diff options
author | Brad Richardson <everythingfunctional@protonmail.com> | 2020-06-19 07:55:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 07:55:00 -0700 |
commit | 8d3fd33ece5efc285e138d96d17b0aaa294c6444 (patch) | |
tree | 0c7438c84cc62a73a457a2b8571e8c7a48190390 /src | |
parent | c12f49bb34bc3f23452f985d9b7348826c72e151 (diff) | |
download | fpm-8d3fd33ece5efc285e138d96d17b0aaa294c6444.tar.gz fpm-8d3fd33ece5efc285e138d96d17b0aaa294c6444.zip |
Improve `fpm new` help description
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
Diffstat (limited to 'src')
-rw-r--r-- | src/Fpm.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -286,7 +286,7 @@ arguments = <> command "build" (info buildArguments (progDesc "Build the executable")) <> command "new" - (info newArguments (progDesc "Create a new project")) + (info newArguments (progDesc "Create a new project in a new directory")) ) <*> switch (long "release" <> help "Build in release mode") <*> strOption |