Skip to content

Commit 40ee8d5

Browse files
committed
rephrase "run" description
1 parent bc17d07 commit 40ee8d5

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

fpm/src/fpm_command_line.f90

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -693,9 +693,10 @@ subroutine set_help()
693693
' ', &
694694
'DESCRIPTION ', &
695695
' Run applications you have built in your fpm(1) project. ', &
696-
' By default applications specified in as "executable" in your package ', &
697-
' manifest are used, alternatively also demonstration programs under ', &
698-
' "example" can be used with this subcommand. ', &
696+
' By default applications in /appl or specified as "executable" in your ', &
697+
' "fpm.toml" manifest are used. Alternatively demonstration programs ', &
698+
' in example/ or specified in the "example" section in "fpm.toml" ', &
699+
' can be executed with this subcommand. ', &
699700
' ', &
700701
'OPTIONS ', &
701702
' --target NAME(s) list of specific application names to execute. ', &
@@ -707,20 +708,18 @@ subroutine set_help()
707708
' any single character and "*" represents any string. ', &
708709
' Therefore a quoted asterisk ''*'' runs all programs. ', &
709710
' --example run example programs instead of applications ', &
710-
' --release selects the optimized build instead of the debug ', &
711-
' build. ', &
711+
' --release selects the optimized build instead of the debug build. ', &
712712
' --compiler COMPILER_NAME Specify a compiler name. The default is ', &
713713
' "gfortran" unless set by the environment ', &
714714
' variable FPM_COMPILER. ', &
715715
' --runner CMD A command to prefix the program execution paths with. ', &
716716
' see "fpm help runner" for further details. ', &
717-
' --list list candidates instead of building or running them ', &
718-
' -- ARGS optional arguments to pass to the program(s). ', &
719-
' The same arguments are passed to all names ', &
720-
' specified. ', &
717+
' --list list candidates instead of building or running them. ', &
718+
' -- ARGS optional arguments to pass to the program(s). The same ', &
719+
' arguments are passed to all program names specified. ', &
721720
' ', &
722721
'EXAMPLES ', &
723-
' fpm(1) "run" project applications ', &
722+
' fpm(1) - run project applications: ', &
724723
' ', &
725724
' # run all default programs in /app or as specified in "fpm.toml" ', &
726725
' fpm run ''*'' ', &

0 commit comments

Comments
 (0)