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

@@ -65,7 +65,7 @@ describe("tests related to usage message generation", function()
run:option "--where"
assert.equal(
[=[Usage: foo [-q] [<command>] ...]=],
[=[Usage: foo [-q] <command> ...]=],
parser:prepare():get_usage()
)
end)