diff -r dc40f94f8c4c tools/xentrace/xentrace.c --- a/tools/xentrace/xentrace.c Tue Aug 05 10:48:53 2008 +0100 +++ b/tools/xentrace/xentrace.c Tue Aug 05 12:53:47 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 )