File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -1366,7 +1366,7 @@ subroutine set_help()
1366
1366
' fpm publish --help|--version' , &
1367
1367
' ' , &
1368
1368
' 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:' , &
1370
1370
' ' , &
1371
1371
' 1. Register on the website (https://registry-frontend.vercel.app/).' , &
1372
1372
' 2. Create a namespace. Uploaded packages must be assigned to a unique' , &
@@ -1379,8 +1379,13 @@ subroutine set_help()
1379
1379
' But be aware that the upload is permanent. An uploaded package cannot be' , &
1380
1380
' deleted.' , &
1381
1381
' ' , &
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' , &
1384
1389
' ' , &
1385
1390
' OPTIONS' , &
1386
1391
' --show-package-version show package version without publishing' , &
You can’t perform that action at this time.
0 commit comments