Skip to content

Commit ae98019

Browse files
committed
CLI help
1 parent 600cc30 commit ae98019

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/fpm_command_line.f90

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,8 @@ subroutine set_help()
802802
' [--list] [--compiler COMPILER_NAME] [--config-file PATH] [-- ARGS] ', &
803803
' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] ', &
804804
' [--config-file PATH] [--registry-cache] [options] ', &
805-
' clean [--skip] [--all] [--config-file PATH] [--registry-cache] ', &
805+
' clean [--skip|--all] [--test] [--apps] [--examples] [--config-file PATH] ', &
806+
' [--registry-cache] ', &
806807
' publish [--token TOKEN] [--show-package-version] [--show-upload-data] ', &
807808
' [--dry-run] [--verbose] [--config-file PATH] ', &
808809
' ']
@@ -912,7 +913,7 @@ subroutine set_help()
912913
' + list Display brief descriptions of all subcommands. ', &
913914
' + install Install project. ', &
914915
' + clean Delete directories in the "build/" directory, except ', &
915-
' dependencies. Prompts for confirmation to delete. ', &
916+
' dependencies. Use --test/--apps/--examples for selective. ', &
916917
' + publish Publish package to the registry. ', &
917918
' ', &
918919
' Their syntax is ', &
@@ -933,7 +934,8 @@ subroutine set_help()
933934
' list [--list] ', &
934935
' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] ', &
935936
' [options] [--config-file PATH] [--registry-cache] ', &
936-
' clean [--skip] [--all] [--config-file PATH] [--registry-cache] ', &
937+
' clean [--skip|--all] [--test] [--apps] [--examples] [--config-file PATH] ', &
938+
' [--registry-cache] ', &
937939
' publish [--token TOKEN] [--show-package-version] [--show-upload-data] ', &
938940
' [--dry-run] [--verbose] [--config-file PATH] ', &
939941
' ', &

0 commit comments

Comments
 (0)