xentrace 4/7: Add some missing things to the xentrace options string
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 8 Sep 2008 14:52:50 +0000 (15:52 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 8 Sep 2008 14:52:50 +0000 (15:52 +0100)
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
Signed-off-by: Trolle Selander <trolle.selander@eu.citrix.com>
tools/xentrace/xentrace.c

index 29e664ca62cac0ecf6752d171aa6bdbf20a0f026..8c9ddbeb66f90ab4c21d12039e85fabfcdc25762 100644 (file)
@@ -613,7 +613,7 @@ static void parse_args(int argc, char **argv)
         { 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 )