@@ -693,9 +693,10 @@ subroutine set_help()
693
693
' ' , &
694
694
' DESCRIPTION ' , &
695
695
' 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. ' , &
699
700
' ' , &
700
701
' OPTIONS ' , &
701
702
' --target NAME(s) list of specific application names to execute. ' , &
@@ -707,20 +708,18 @@ subroutine set_help()
707
708
' any single character and "*" represents any string. ' , &
708
709
' Therefore a quoted asterisk '' *'' runs all programs. ' , &
709
710
' --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. ' , &
712
712
' --compiler COMPILER_NAME Specify a compiler name. The default is ' , &
713
713
' "gfortran" unless set by the environment ' , &
714
714
' variable FPM_COMPILER. ' , &
715
715
' --runner CMD A command to prefix the program execution paths with. ' , &
716
716
' 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. ' , &
721
720
' ' , &
722
721
' EXAMPLES ' , &
723
- ' fpm(1) " run" project applications ' , &
722
+ ' fpm(1) - run project applications: ' , &
724
723
' ' , &
725
724
' # run all default programs in /app or as specified in "fpm.toml" ' , &
726
725
' fpm run '' *'' ' , &
0 commit comments