aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/xentrace.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-09-08 15:52:50 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-09-08 15:52:50 +0100
commita9318ed8b22e9d0f401402859d4d30ac4433eb00 (patch)
treeb165d24de00a91f56cf3794f8bece36281a099d5 /tools/xentrace/xentrace.c
parent3908585ffefa97b35b22dcb77612fea4a5fcc71a (diff)
downloadxen-a9318ed8b22e9d0f401402859d4d30ac4433eb00.tar.gz
xen-a9318ed8b22e9d0f401402859d4d30ac4433eb00.tar.bz2
xen-a9318ed8b22e9d0f401402859d4d30ac4433eb00.zip
xentrace 4/7: Add some missing things to the xentrace options string
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> Signed-off-by: Trolle Selander <trolle.selander@eu.citrix.com>
Diffstat (limited to 'tools/xentrace/xentrace.c')
-rw-r--r--tools/xentrace/xentrace.c2
1 files changed, 1 insertions, 1 deletions
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 )