Help option should have no metavar.

This commit is contained in:
Paolo Capriotti 2012-08-02 22:24:16 +01:00
parent 8108215b61
commit 82f8fe30c0

View File

@ -29,6 +29,7 @@ helper = nullOption
& short 'h'
& help "Show this help text"
& value id
& metavar ""
& hidden )
-- | Run a program description.