@@ -537,17 +537,18 @@ subroutine set_help()
537537 ' ' ]
538538 help_list_dash = [character (len= 80 ) :: &
539539 ' ' , &
540- ' build [--compiler COMPILER_NAME] [--profile PROF] [--flag FFLAGS] [--list] ' , &
540+ ' build [--compiler COMPILER_NAME] [--profile PROF] [--flag FFLAGS] [--list] ' , &
541541 ' help [NAME(s)] ' , &
542542 ' new NAME [[--lib|--src] [--app] [--test] [--example]]| ' , &
543543 ' [--full|--bare][--backfill] ' , &
544544 ' update [NAME(s)] [--fetch-only] [--clean] [--verbose] ' , &
545545 ' list [--list] ' , &
546- ' run [[--target] NAME(s) [--example] [--profile PROF] [--flag FFLAGS] [--all] ' , &
546+ ' run [[--target] NAME(s) [--example] [--profile PROF] [--flag FFLAGS] [--all] ' , &
547547 ' [--runner "CMD"] [--compiler COMPILER_NAME] [--list] [-- ARGS] ' , &
548- ' test [[--target] NAME(s)] [--profile PROF] [--flag FFLAGS] [--runner "CMD"] [--list]' , &
549- ' [--compiler COMPILER_NAME] [-- ARGS] ' , &
550- ' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] [options] ' , &
548+ ' test [[--target] NAME(s)] [--profile PROF] [--flag FFLAGS] [--runner "CMD"] ' , &
549+ ' [--list] [--compiler COMPILER_NAME] [-- ARGS] ' , &
550+ ' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] ' , &
551+ ' [options] ' , &
551552 ' ' ]
552553 help_usage= [character (len= 80 ) :: &
553554 ' ' ]
@@ -652,20 +653,21 @@ subroutine set_help()
652653 ' + install Install project ' , &
653654 ' ' , &
654655 ' Their syntax is ' , &
655- ' ' , &
656- ' build [--profile PROF] [--flag FFLAGS] [--list] [--compiler COMPILER_NAME]' , &
657- ' new NAME [[--lib|--src] [--app] [--test] [--example]]| ' , &
658- ' [--full|--bare][--backfill] ' , &
659- ' update [NAME(s)] [--fetch-only] [--clean] ' , &
660- ' run [[--target] NAME(s)] [--profile PROF] [--flag FFLAGS] [--list] [--example]' , &
661- ' [--all] [--runner "CMD"] [--compiler COMPILER_NAME] [-- ARGS] ' , &
662- ' test [[--target] NAME(s)] [--profile PROF] [--flag FFLAGS] [--list] ' , &
663- ' [--runner "CMD"] [--compiler COMPILER_NAME] [-- ARGS] ' , &
664- ' help [NAME(s)] ' , &
665- ' list [--list] ' , &
666- ' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] [options]' , &
667- ' ' , &
668- ' SUBCOMMAND OPTIONS ' , &
656+ ' ' , &
657+ ' build [--profile PROF] [--flag FFLAGS] [--list] [--compiler COMPILER_NAME] ' , &
658+ ' new NAME [[--lib|--src] [--app] [--test] [--example]]| ' , &
659+ ' [--full|--bare][--backfill] ' , &
660+ ' update [NAME(s)] [--fetch-only] [--clean] ' , &
661+ ' run [[--target] NAME(s)] [--profile PROF] [--flag FFLAGS] [--list] [--all] ' , &
662+ ' [--example] [--runner "CMD"] [--compiler COMPILER_NAME] [-- ARGS] ' , &
663+ ' test [[--target] NAME(s)] [--profile PROF] [--flag FFLAGS] [--list] ' , &
664+ ' [--runner "CMD"] [--compiler COMPILER_NAME] [-- ARGS] ' , &
665+ ' help [NAME(s)] ' , &
666+ ' list [--list] ' , &
667+ ' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] ' , &
668+ ' [options] ' , &
669+ ' ' , &
670+ ' SUBCOMMAND OPTIONS ' , &
669671 ' -C, --directory PATH' , &
670672 ' Change working directory to PATH before running any command' , &
671673 ' --profile PROF selects the compilation profile for the build.' ,&
@@ -730,11 +732,11 @@ subroutine set_help()
730732 ' fpm run ' , &
731733 ' fpm run --example ' , &
732734 ' fpm new --help ' , &
733- ' fpm run myprogram --profile release -- -x 10 -y 20 --title "my title"' , &
734- ' fpm install --prefix ~/.local ' , &
735- ' ' , &
736- ' SEE ALSO ' , &
737- ' ' , &
735+ ' fpm run myprogram --profile release -- -x 10 -y 20 --title "my title" ' , &
736+ ' fpm install --prefix ~/.local ' , &
737+ ' ' , &
738+ ' SEE ALSO ' , &
739+ ' ' , &
738740 ' + The fpm(1) home page is at https://github.com/fortran-lang/fpm ' , &
739741 ' + Registered fpm(1) packages are at https://fortran-lang.org/packages ' , &
740742 ' + The fpm(1) TOML file format is described at ' , &
0 commit comments