Make command required by default

This commit is contained in:
mpeterv
2014-02-23 16:27:23 +04:00
parent fc65c85a13
commit 7994dded7e
5 changed files with 7 additions and 6 deletions

View File

@@ -106,7 +106,7 @@ Sets verbosity level.
run:option "--where"
assert.equal(table.concat({
"Usage: foo [-q] [-h] [<command>] ...",
"Usage: foo [-q] [-h] <command> ...",
"",
"Options: ",
" -q, --quiet",