File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -777,7 +777,7 @@ subroutine set_help()
777
777
' list [--list] ' , &
778
778
' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] ' , &
779
779
' [options] ' , &
780
- ' clean [--skip] [-all] ' , &
780
+ ' clean [--skip] [-- all] ' , &
781
781
' ' , &
782
782
' SUBCOMMAND OPTIONS ' , &
783
783
' -C, --directory PATH' , &
@@ -826,8 +826,8 @@ subroutine set_help()
826
826
' # my build options ' , &
827
827
' options build ' , &
828
828
' 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 ' , &
831
831
' -frecord-marker=4 -L/usr/X11R6/lib -L/usr/X11R6/lib64 -lX11" ' , &
832
832
' ' , &
833
833
' Note --flag would have to be on one line as response files do not ' , &
You can’t perform that action at this time.
0 commit comments