aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinit current directory[i] <urbanjost@comcast.net>2020-10-06 13:31:07 -0400
committerinit current directory[i] <urbanjost@comcast.net>2020-10-06 13:31:07 -0400
commit14db0715c4bc7a03f806858e990d63a95827dd5a (patch)
tree366d47a07dd0b64ccfbc6f04f43d1f78412180d0
parent86515195315a555d513a96f633885d9b7691a880 (diff)
downloadfpm-14db0715c4bc7a03f806858e990d63a95827dd5a.tar.gz
fpm-14db0715c4bc7a03f806858e990d63a95827dd5a.zip
renamed and cleaner help text
-rw-r--r--fpm/src/fpm_command_line.f905
1 files changed, 3 insertions, 2 deletions
diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90
index 5b9d93a..1a7e4ab 100644
--- a/fpm/src/fpm_command_line.f90
+++ b/fpm/src/fpm_command_line.f90
@@ -416,8 +416,9 @@ contains
' ', &
' The "new" subcommand creates a directory and runs the command ', &
' "git init" in that directory and makes an example "fpm.toml" ', &
- ' file, a src/ directory, and optionally a test/ and app/ ', &
- ' directory with trivial example Fortran source files. ', &
+ ' file. and src/ directory and a sample module file. It ', &
+ ' optionally also creates a test/ and app/ directory with ', &
+ ' trivial example Fortran program sources. ', &
' ', &
' Remember to update the information in the sample "fpm.toml" ', &
' file with such information as your name and e-mail address. ', &