Skip to content

Commit 14db071

Browse files
committed
renamed and cleaner help text
1 parent 8651519 commit 14db071

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fpm/src/fpm_command_line.f90

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,9 @@ subroutine set_help()
416416
' ', &
417417
' The "new" subcommand creates a directory and runs the command ', &
418418
' "git init" in that directory and makes an example "fpm.toml" ', &
419-
' file, a src/ directory, and optionally a test/ and app/ ', &
420-
' directory with trivial example Fortran source files. ', &
419+
' file. and src/ directory and a sample module file. It ', &
420+
' optionally also creates a test/ and app/ directory with ', &
421+
' trivial example Fortran program sources. ', &
421422
' ', &
422423
' Remember to update the information in the sample "fpm.toml" ', &
423424
' file with such information as your name and e-mail address. ', &

0 commit comments

Comments
 (0)