aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormilancurcic <caomaco@gmail.com>2021-01-12 17:37:36 -0500
committermilancurcic <caomaco@gmail.com>2021-01-12 17:37:36 -0500
commit838ba4cd01bb9a41495d9c12d3bb81c7dfe3d697 (patch)
treed8c7e24b635e924ead12f4faf6b485a6568773b0
parentdc1adcfccbd9d39e131637bb793800266e137d35 (diff)
downloadfpm-838ba4cd01bb9a41495d9c12d3bb81c7dfe3d697.tar.gz
fpm-838ba4cd01bb9a41495d9c12d3bb81c7dfe3d697.zip
update the help message for fpm new
-rw-r--r--fpm/src/fpm_command_line.f905
1 files changed, 2 insertions, 3 deletions
diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90
index 2f39d23..b7b5c2e 100644
--- a/fpm/src/fpm_command_line.f90
+++ b/fpm/src/fpm_command_line.f90
@@ -820,9 +820,8 @@ contains
' ', &
'OPTIONS ', &
' NAME the name of the project directory to create. The name ', &
- ' must be a valid Fortran name composed of 1 to 63 ', &
- ' ASCII alphanumeric characters and underscores, ', &
- ' starting with a letter. ', &
+ ' must be made of up to 63 ASCII letters, digits, underscores, ', &
+ ' or hyphens, and start with a letter. ', &
' ', &
' The default is to create all of the src/, app/, and test/ ', &
' directories. If any of the following options are specified ', &