diff options
Diffstat (limited to 'Biz/Cli.hs')
-rw-r--r-- | Biz/Cli.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ main Plan {..} = if args `has` Docopt.command "test" then Test.run test else - if args `has` Docopt.longOption "help" + if args `has` Docopt.longOption "help" || args `has` Docopt.shortOption 'h' then Docopt.exitWithUsage help else move args |