test-tool: Recognize '-t timeout' as an option.
authorRichard Jones <rjones@trick.home.annexia.org>
Sun, 16 Aug 2009 10:15:10 +0000 (11:15 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Sun, 16 Aug 2009 10:15:53 +0000 (11:15 +0100)
test-tool/test-tool.c

index 3dc0328..508c31a 100644 (file)
@@ -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 },