@@ -287,7 +287,7 @@ end function is_fortran_name
287
287
288
288
subroutine set_help ()
289
289
help_list_nodash= [character (len= 80 ) :: &
290
- ' USAGE: fpm [ SUBCOMMAND [SUBCOMMAND_OPTIONS] ] | [--help|--version] ' , &
290
+ ' USAGE: fpm [ SUBCOMMAND [SUBCOMMAND_OPTIONS] ]| [--list|-- help|--version]' , &
291
291
' where SUBCOMMAND is commonly new|build|run|test ' , &
292
292
' ' , &
293
293
' subcommand may be one of ' , &
@@ -320,7 +320,7 @@ subroutine set_help()
320
320
' SYNOPSIS ' , &
321
321
' fpm SUBCOMMAND [SUBCOMMAND_OPTIONS] ' , &
322
322
' ' , &
323
- ' fpm --help|--version ' , &
323
+ ' fpm --help|--version|--list ' , &
324
324
' ' , &
325
325
' DESCRIPTION ' , &
326
326
' fpm(1) is a package manager that helps you create Fortran projects ' , &
@@ -360,7 +360,8 @@ subroutine set_help()
360
360
' in "build/*_debug/". When this flag is present build ' , &
361
361
' output goes into "build/*_release/" and common compiler ' , &
362
362
' optimization flags are used. ' , &
363
- ' --list list candidates instead of building or running them ' , &
363
+ ' --list List candidates instead of building or running them. ' , &
364
+ ' On the fpm command this shows a brief list of subcommands.' , &
364
365
' -- ARGS Arguments to pass to executables/tests ' , &
365
366
' --help Show help text and exit. Valid for all subcommands. ' , &
366
367
' --version Show version information and exit. Valid for all ' , &
0 commit comments