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