From 8d3fd33ece5efc285e138d96d17b0aaa294c6444 Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Fri, 19 Jun 2020 07:55:00 -0700 Subject: Improve `fpm new` help description Co-authored-by: Laurence Kedward --- src/Fpm.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fpm.hs') 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 -- cgit v1.2.3