Custom target should not affect usage and help message generation

This commit is contained in:
mpeterv
2014-08-25 13:51:08 +04:00
parent b02536d6ba
commit bd5fd00e6c
4 changed files with 8 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ describe("tests related to usage message generation", function()
parser:option "--config"
assert.equal(
[=[Usage: foo [-q] --from <server> [--config <config>]]=],
[=[Usage: foo [-q] --from <from> [--config <config>]]=],
parser:get_usage()
)
end)