xwait, xtell: Add short help options!
[xtoys] / xwait.c
diff --git a/xwait.c b/xwait.c
index 597d142..606321a 100644 (file)
--- a/xwait.c
+++ b/xwait.c
@@ -170,7 +170,7 @@ int main(int argc, char *argv[])
       {        0,              0,                      0,      0 }
     };
 
-    int i = mdwopt(argc, argv, "d:a:m:f", opt, 0, 0, 0);
+    int i = mdwopt(argc, argv, "huvd:a:m:f", opt, 0, 0, 0);
     if (i < 0)
       break;
     switch (i) {