Improve help message
John Smith

John Smith commited on 2022-131 22:49:36
Showing 1 changed files, with 1 additions and 1 deletions.


- use tabs instead of spaces for output indentation
- remove [REPO] from argument list in accordance with 8eaf81f
... ...
@@ -204,7 +204,7 @@ if action == "a" then
204 204
 -- Help
205 205
 elseif action == "h" then
206 206
     io.write(string.format(
207
-        "Usage: %s ACTION [REPO]\n\nACTION may be one of\n    (a)dd card\n    (h)elp\n    (r)eview session\n    (s)tatistics\n",
207
+        "Usage: %s ACTION\n\nACTION may be one of\n\t(a)dd card\n\t(h)elp\n\t(r)eview session\n\t(s)tatistics\n",
208 208
         arg[0]
209 209
     ))
210 210
 -- Review session
211 211