projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3908585
)
xentrace 4/7: Add some missing things to the xentrace options string
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 8 Sep 2008 14:52:50 +0000
(15:52 +0100)
committer
Keir 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
patch
|
blob
|
history
diff --git
a/tools/xentrace/xentrace.c
b/tools/xentrace/xentrace.c
index 29e664ca62cac0ecf6752d171aa6bdbf20a0f026..8c9ddbeb66f90ab4c21d12039e85fabfcdc25762 100644
(file)
--- 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 )