git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a61bcce
)
test-tool: Recognize '-t timeout' as an option.
author
Richard Jones
<rjones@trick.home.annexia.org>
Sun, 16 Aug 2009 10:15:10 +0000
(11:15 +0100)
committer
Richard Jones
<rjones@trick.home.annexia.org>
Sun, 16 Aug 2009 10:15:53 +0000
(11:15 +0100)
test-tool/test-tool.c
patch
|
blob
|
history
diff --git
a/test-tool/test-tool.c
b/test-tool/test-tool.c
index
3dc0328
..
508c31a
100644
(file)
--- a/
test-tool/test-tool.c
+++ b/
test-tool/test-tool.c
@@
-75,7
+75,7
@@
usage (void)
int
main (int argc, char *argv[])
{
- static const char *options = "?";
+ static const char *options = "
t:
?";
static const struct option long_options[] = {
{ "help", 0, 0, '?' },
{ "helper", 1, 0, 0 },