[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] xenctx: clean up usage output
commit 52bfb010811c04155a35e0613dd9902c38fb96a5 Author: Don Slutz <dslutz@xxxxxxxxxxx> AuthorDate: Thu Apr 3 15:06:52 2014 -0400 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Fri Apr 4 09:28:06 2014 +0100 xenctx: clean up usage output Fix usage formatting to be all the same. Fix usage display of default --kernel-start for 64 bit. Signed-off-by: Don Slutz <dslutz@xxxxxxxxxxx> Reviewed-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- tools/xentrace/xenctx.c | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/tools/xentrace/xenctx.c b/tools/xentrace/xenctx.c index 47712ab..889f788 100644 --- a/tools/xentrace/xenctx.c +++ b/tools/xentrace/xenctx.c @@ -823,15 +823,16 @@ static void usage(void) printf("options:\n"); printf(" -f, --frame-pointers\n"); - printf(" assume the kernel was compiled with\n"); - printf(" frame pointers.\n"); + printf(" assume the kernel was compiled with\n"); + printf(" frame pointers.\n"); printf(" -s SYMTAB, --symbol-table=SYMTAB\n"); - printf(" read symbol table from SYMTAB.\n"); - printf(" -S --stack-trace print a complete stack trace.\n"); - printf(" -k, --kernel-start\n"); - printf(" set user/kernel split. (default 0xc0000000)\n"); - printf(" -a --all display more registers\n"); - printf(" -C --all-vcpus print info for all vcpus\n"); + printf(" read symbol table from SYMTAB.\n"); + printf(" -S, --stack-trace print a complete stack trace.\n"); + printf(" -k KADDR, --kernel-start=KADDR\n"); + printf(" set user/kernel split. (default 0x"FMT_32B_WORD")\n", + kernel_start); + printf(" -a, --all display more registers\n"); + printf(" -C, --all-vcpus print info for all vcpus\n"); } int main(int argc, char **argv) -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |