Skip to content

Commit 4eab3f1

Browse files
committed
add - to all flag
1 parent 7c3c36f commit 4eab3f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/fpm_command_line.f90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ subroutine set_help()
777777
' list [--list] ', &
778778
' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] ', &
779779
' [options] ', &
780-
' clean [--skip] [-all] ', &
780+
' clean [--skip] [--all] ', &
781781
' ', &
782782
'SUBCOMMAND OPTIONS ', &
783783
' -C, --directory PATH', &
@@ -826,8 +826,8 @@ subroutine set_help()
826826
' # my build options ', &
827827
' options build ', &
828828
' options --compiler gfortran ', &
829-
' options --flag "-pg -static -pthread -Wunreachable-code -Wunused \', &
830-
' -Wuninitialized -g -O -fbacktrace -fdump-core -fno-underscoring \', &
829+
' options --flag "-pg -static -pthread -Wunreachable-code -Wunused ', &
830+
' -Wuninitialized -g -O -fbacktrace -fdump-core -fno-underscoring ', &
831831
' -frecord-marker=4 -L/usr/X11R6/lib -L/usr/X11R6/lib64 -lX11" ', &
832832
' ', &
833833
' Note --flag would have to be on one line as response files do not ', &

0 commit comments

Comments
 (0)