aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrad Richardson <everythingfunctional@protonmail.com>2020-06-19 07:55:00 -0700
committerGitHub <noreply@github.com>2020-06-19 07:55:00 -0700
commit8d3fd33ece5efc285e138d96d17b0aaa294c6444 (patch)
tree0c7438c84cc62a73a457a2b8571e8c7a48190390 /src
parentc12f49bb34bc3f23452f985d9b7348826c72e151 (diff)
downloadfpm-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.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fpm.hs b/src/Fpm.hs
index 1a0e886..60f4aac 100644
--- a/src/Fpm.hs
+++ b/src/Fpm.hs
@@ -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