[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xentrace 4/7: Add some missing things to the xentrace options string
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1220885570 -3600 # Node ID 8305efd067497dcd8bba608f1d4102113a795243 # Parent 1abe2bf8c0fad6efccf4be265ccfa77941fbedab xentrace 4/7: Add some missing things to the xentrace options string Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Signed-off-by: Trolle Selander <trolle.selander@xxxxxxxxxxxxx> --- tools/xentrace/xentrace.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 1abe2bf8c0fa -r 8305efd06749 tools/xentrace/xentrace.c --- a/tools/xentrace/xentrace.c Mon Sep 08 15:52:03 2008 +0100 +++ b/tools/xentrace/xentrace.c Mon Sep 08 15:52:50 2008 +0100 @@ -613,7 +613,7 @@ static void parse_args(int argc, char ** { 0, 0, 0, 0 } }; - while ( (option = getopt_long(argc, argv, "c:e:s:S:t:?V", + while ( (option = getopt_long(argc, argv, "t:s:c:e:S:r:T:Dx?V", long_options, NULL)) != -1) { switch ( option ) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |