Skip to content

Commit bc0927f

Browse files
authored
Documentation fixes: help text and manifest URL (#999)
2 parents 168ab68 + dc32c50 commit bc0927f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

manifest-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# 301 - Moved
22

3-
This document now lives at https://fpm.fortran-lang.org/en/spec/manifest.html.
3+
This document now lives at https://fpm.fortran-lang.org/spec/manifest.html

src/fpm_command_line.f90

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ module fpm_command_line
170170
' --flag FFLAGS selects compile arguments for the build, the default value is',&
171171
' set by the FPM_FFLAGS environment variable. These are added ',&
172172
' 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 ',&
174175
' directory locations are always built in. ',&
175176
' --c-flag CFLAGS selects compile arguments specific for C source in the build.',&
176177
' The default value is set by the FPM_CFLAGS environment ',&
@@ -972,7 +973,7 @@ subroutine set_help()
972973
' + The fpm(1) home page is at https://github.com/fortran-lang/fpm ', &
973974
' + Registered fpm(1) packages are at https://fortran-lang.org/packages ', &
974975
' + 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 ', &
976977
'']
977978
help_list=[character(len=80) :: &
978979
'NAME ', &
@@ -1404,10 +1405,10 @@ subroutine set_help()
14041405
' See documentation for more information regarding package upload and usage:', &
14051406
'', &
14061407
' Package upload:', &
1407-
' https://fpm.fortran-lang.org/en/spec/publish.html', &
1408+
' https://fpm.fortran-lang.org/spec/publish.html', &
14081409
'', &
14091410
' 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', &
14111412
'', &
14121413
'OPTIONS', &
14131414
' --show-package-version show package version without publishing', &

0 commit comments

Comments
 (0)