Skip to content

Commit 41166f8

Browse files
committed
Add link to documentation for package usage
1 parent a7097ae commit 41166f8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/fpm_command_line.f90

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ subroutine set_help()
13661366
' fpm publish --help|--version', &
13671367
'', &
13681368
'DESCRIPTION', &
1369-
' Follow the steps to create a tarball and upload the package to the registry:', &
1369+
' Follow the steps to create a tarball and upload a package to the registry:', &
13701370
'', &
13711371
' 1. Register on the website (https://registry-frontend.vercel.app/).', &
13721372
' 2. Create a namespace. Uploaded packages must be assigned to a unique', &
@@ -1379,8 +1379,13 @@ subroutine set_help()
13791379
' But be aware that the upload is permanent. An uploaded package cannot be', &
13801380
' deleted.', &
13811381
'', &
1382-
' See documentation (https://fpm.fortran-lang.org/en/spec/publish.html) for', &
1383-
' more information regarding the package upload.', &
1382+
' See documentation for more information regarding the package upload and usage:', &
1383+
'', &
1384+
' Package upload:', &
1385+
' https://fpm.fortran-lang.org/en/spec/publish.html', &
1386+
'', &
1387+
' Package usage:', &
1388+
' https://fpm.fortran-lang.org/en/spec/manifest.html#dependencies-from-a-registry', &
13841389
'', &
13851390
'OPTIONS', &
13861391
' --show-package-version show package version without publishing', &

0 commit comments

Comments
 (0)