diff options
Diffstat (limited to 'src/fpm_command_line.f90')
-rw-r--r-- | src/fpm_command_line.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index 2f00b58..178e885 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -723,7 +723,7 @@ contains ' + The fpm(1) home page is at https://github.com/fortran-lang/fpm ', & ' + Registered fpm(1) packages are at https://fortran-lang.org/packages ', & ' + The fpm(1) TOML file format is described at ', & - ' https://github.com/fortran-lang/fpm/blob/master/manifest-reference.md ', & + ' https://github.com/fortran-lang/fpm/blob/main/manifest-reference.md ', & ''] help_list=[character(len=80) :: & 'NAME ', & |