@@ -758,7 +758,7 @@ subroutine set_help()
758
758
' [options] ' , &
759
759
' clean [--skip] [--all] ' , &
760
760
' publish [--token TOKEN] [--show-package-version] [--show-upload-data] ' , &
761
- ' [--dry-run] ' , &
761
+ ' [--dry-run] [--verbose] ' , &
762
762
' ' ]
763
763
help_usage= [character (len= 80 ) :: &
764
764
' ' ]
@@ -883,7 +883,7 @@ subroutine set_help()
883
883
' [options] ' , &
884
884
' clean [--skip] [--all] ' , &
885
885
' publish [--token TOKEN] [--show-package-version] [--show-upload-data] ' , &
886
- ' [--dry-run] ' , &
886
+ ' [--dry-run] [--verbose] ' , &
887
887
' ' , &
888
888
' SUBCOMMAND OPTIONS ' , &
889
889
' -C, --directory PATH' , &
@@ -1367,7 +1367,7 @@ subroutine set_help()
1367
1367
' ' , &
1368
1368
' SYNOPSIS' , &
1369
1369
' fpm publish [--token TOKEN] [--show-package-version] [--show-upload-data]' , &
1370
- ' [--dry-run] ' , &
1370
+ ' [--dry-run] [--verbose] ' , &
1371
1371
' ' , &
1372
1372
' fpm publish --help|--version' , &
1373
1373
' ' , &
@@ -1385,7 +1385,7 @@ subroutine set_help()
1385
1385
' But be aware that the upload is permanent. An uploaded package cannot be' , &
1386
1386
' deleted.' , &
1387
1387
' ' , &
1388
- ' See documentation for more information regarding the package upload and usage:' , &
1388
+ ' See documentation for more information regarding package upload and usage:' , &
1389
1389
' ' , &
1390
1390
' Package upload:' , &
1391
1391
' https://fpm.fortran-lang.org/en/spec/publish.html' , &
@@ -1395,17 +1395,18 @@ subroutine set_help()
1395
1395
' ' , &
1396
1396
' OPTIONS' , &
1397
1397
' --show-package-version show package version without publishing' , &
1398
- ' --show-upload-data show uploaded data without publishing' , &
1399
- ' --dry-run create tarball for revision without publishing' , &
1398
+ ' --show-upload-data show upload data without publishing' , &
1399
+ ' --dry-run perform dry run without publishing' , &
1400
1400
' --help print this help and exit' , &
1401
1401
' --version print program version information and exit' , &
1402
+ ' --verbose print more information' , &
1402
1403
' ' , &
1403
1404
' EXAMPLES' , &
1404
1405
' ' , &
1405
- ' fpm publish --show-package-version # show package version without publishing' , &
1406
- ' fpm publish --show-upload-data # show upload data without publishing' , &
1407
- ' fpm publish --dry-run # create tarball without publishing' , &
1408
- ' fpm publish --token TOKEN # upload package to the registry using TOKEN ' , &
1406
+ ' fpm publish --show-package-version # show package version without publishing' , &
1407
+ ' fpm publish --show-upload-data # show upload data without publishing' , &
1408
+ ' fpm publish --token TOKEN -- dry-run # perform dry run without publishing' , &
1409
+ ' fpm publish --token TOKEN # upload package to the registry' , &
1409
1410
' ' ]
1410
1411
end subroutine set_help
1411
1412
0 commit comments