Skip to content

Commit 838ba4c

Browse files
committed
update the help message for fpm new
1 parent dc1adcf commit 838ba4c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

fpm/src/fpm_command_line.f90

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -820,9 +820,8 @@ subroutine set_help()
820820
' ', &
821821
'OPTIONS ', &
822822
' NAME the name of the project directory to create. The name ', &
823-
' must be a valid Fortran name composed of 1 to 63 ', &
824-
' ASCII alphanumeric characters and underscores, ', &
825-
' starting with a letter. ', &
823+
' must be made of up to 63 ASCII letters, digits, underscores, ', &
824+
' or hyphens, and start with a letter. ', &
826825
' ', &
827826
' The default is to create all of the src/, app/, and test/ ', &
828827
' directories. If any of the following options are specified ', &

0 commit comments

Comments
 (0)