From a9318ed8b22e9d0f401402859d4d30ac4433eb00 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 8 Sep 2008 15:52:50 +0100 Subject: [PATCH] xentrace 4/7: Add some missing things to the xentrace options string Signed-off-by: George Dunlap Signed-off-by: Trolle Selander --- tools/xentrace/xentrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xentrace/xentrace.c b/tools/xentrace/xentrace.c index 29e664ca62..8c9ddbeb66 100644 --- a/tools/xentrace/xentrace.c +++ b/tools/xentrace/xentrace.c @@ -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 ) -- 2.30.2