@@ -537,17 +537,18 @@ subroutine set_help()
537
537
' ' ]
538
538
help_list_dash = [character (len= 80 ) :: &
539
539
' ' , &
540
- ' build [--compiler COMPILER_NAME] [--profile PROF] [--flag FFLAGS] [--list] ' , &
540
+ ' build [--compiler COMPILER_NAME] [--profile PROF] [--flag FFLAGS] [--list] ' , &
541
541
' help [NAME(s)] ' , &
542
542
' new NAME [[--lib|--src] [--app] [--test] [--example]]| ' , &
543
543
' [--full|--bare][--backfill] ' , &
544
544
' update [NAME(s)] [--fetch-only] [--clean] [--verbose] ' , &
545
545
' list [--list] ' , &
546
- ' run [[--target] NAME(s) [--example] [--profile PROF] [--flag FFLAGS] [--all] ' , &
546
+ ' run [[--target] NAME(s) [--example] [--profile PROF] [--flag FFLAGS] [--all] ' , &
547
547
' [--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] ' , &
551
552
' ' ]
552
553
help_usage= [character (len= 80 ) :: &
553
554
' ' ]
@@ -652,20 +653,21 @@ subroutine set_help()
652
653
' + install Install project ' , &
653
654
' ' , &
654
655
' 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 ' , &
669
671
' -C, --directory PATH' , &
670
672
' Change working directory to PATH before running any command' , &
671
673
' --profile PROF selects the compilation profile for the build.' ,&
@@ -730,11 +732,11 @@ subroutine set_help()
730
732
' fpm run ' , &
731
733
' fpm run --example ' , &
732
734
' 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
+ ' ' , &
738
740
' + The fpm(1) home page is at https://github.com/fortran-lang/fpm ' , &
739
741
' + Registered fpm(1) packages are at https://fortran-lang.org/packages ' , &
740
742
' + The fpm(1) TOML file format is described at ' , &
0 commit comments