@@ -1125,13 +1125,15 @@ subroutine set_help()
1125
1125
help_new= [character (len= 80 ) :: &
1126
1126
' NAME ' , &
1127
1127
' new(1) - the fpm(1) subcommand to initialize a new project ' , &
1128
+ ' ' , &
1128
1129
' SYNOPSIS ' , &
1129
- ' fpm new NAME [[--lib|--src] [--app] [--test] [--example]]| ' , &
1130
- ' [--full|--bare][--backfill] ' , &
1130
+ ' fpm new NAME [[--lib|--src] [--app] [--test] [--example]]| ' , &
1131
+ ' [--full|--bare][--backfill] ' , &
1131
1132
' fpm new --help|--version ' , &
1132
1133
' ' , &
1133
1134
' DESCRIPTION ' , &
1134
1135
' "fpm new" creates and populates a new programming project directory. ' , &
1136
+ ' ' , &
1135
1137
' It ' , &
1136
1138
' o creates a directory with the specified name ' , &
1137
1139
' o runs the command "git init" in that directory ' , &
@@ -1361,6 +1363,8 @@ subroutine set_help()
1361
1363
' SYNOPSIS' , &
1362
1364
' fpm publish [--token TOKEN]' , &
1363
1365
' ' , &
1366
+ ' fpm publish --help|--version' , &
1367
+ ' ' , &
1364
1368
' DESCRIPTION' , &
1365
1369
' Collect relevant source files and upload package to the registry.' , &
1366
1370
' It is mandatory to provide a token. The token can be generated on the' , &
@@ -1369,6 +1373,8 @@ subroutine set_help()
1369
1373
' OPTIONS' , &
1370
1374
' --show-package-version show package version without publishing' , &
1371
1375
' --show-form-data show sent form data without publishing' , &
1376
+ ' --help print this help and exit' , &
1377
+ ' --version print program version information and exit' , &
1372
1378
' ' ]
1373
1379
end subroutine set_help
1374
1380
0 commit comments