@@ -170,7 +170,8 @@ module fpm_command_line
170
170
' --flag FFLAGS selects compile arguments for the build, the default value is' ,&
171
171
' set by the FPM_FFLAGS environment variable. These are added ' ,&
172
172
' to the profile options if --profile is specified, else these ' ,&
173
- ' options override the defaults. Note object and .mod ' ,&
173
+ ' are added to the defaults. To override the defaults, use the ' ,&
174
+ ' keyword [fortran] in the manifest. Note object and .mod ' ,&
174
175
' directory locations are always built in. ' ,&
175
176
' --c-flag CFLAGS selects compile arguments specific for C source in the build.' ,&
176
177
' The default value is set by the FPM_CFLAGS environment ' ,&
@@ -972,7 +973,7 @@ subroutine set_help()
972
973
' + The fpm(1) home page is at https://github.com/fortran-lang/fpm ' , &
973
974
' + Registered fpm(1) packages are at https://fortran-lang.org/packages ' , &
974
975
' + The fpm(1) TOML file format is described at ' , &
975
- ' https://fpm.fortran-lang.org/en/ spec/manifest.html ' , &
976
+ ' https://fpm.fortran-lang.org/spec/manifest.html ' , &
976
977
' ' ]
977
978
help_list= [character (len= 80 ) :: &
978
979
' NAME ' , &
@@ -1404,10 +1405,10 @@ subroutine set_help()
1404
1405
' See documentation for more information regarding package upload and usage:' , &
1405
1406
' ' , &
1406
1407
' Package upload:' , &
1407
- ' https://fpm.fortran-lang.org/en/ spec/publish.html' , &
1408
+ ' https://fpm.fortran-lang.org/spec/publish.html' , &
1408
1409
' ' , &
1409
1410
' Package usage:' , &
1410
- ' https://fpm.fortran-lang.org/en/ spec/manifest.html#dependencies-from-a-registry' , &
1411
+ ' https://fpm.fortran-lang.org/spec/manifest.html#dependencies-from-a-registry' , &
1411
1412
' ' , &
1412
1413
' OPTIONS' , &
1413
1414
' --show-package-version show package version without publishing' , &
0 commit comments