@@ -764,7 +764,7 @@ subroutine set_help()
764
764
' [--list] [--compiler COMPILER_NAME] [-- ARGS] ' , &
765
765
' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] ' , &
766
766
' [options] ' , &
767
- ' clean [--skip] [--all] ' , &
767
+ ' clean [--skip] [--all] [--registry-cache] ' , &
768
768
' publish [--token TOKEN] [--show-package-version] [--show-upload-data] ' , &
769
769
' [--dry-run] [--verbose] ' , &
770
770
' ' ]
@@ -889,7 +889,7 @@ subroutine set_help()
889
889
' list [--list] ' , &
890
890
' install [--profile PROF] [--flag FFLAGS] [--no-rebuild] [--prefix PATH] ' , &
891
891
' [options] ' , &
892
- ' clean [--skip] [--all] ' , &
892
+ ' clean [--skip] [--all] [--registry-cache] ' , &
893
893
' publish [--token TOKEN] [--show-package-version] [--show-upload-data] ' , &
894
894
' [--dry-run] [--verbose] ' , &
895
895
' ' , &
@@ -901,12 +901,15 @@ subroutine set_help()
901
901
help_text_flag, &
902
902
' --list List candidates instead of building or running them. On ' , &
903
903
' the fpm(1) command this shows a brief list of subcommands.' , &
904
- ' --runner CMD Provides a command to prefix program execution paths. ' , &
904
+ ' --runner CMD Provides a command to prefix program execution paths. ' , &
905
905
' -- ARGS Arguments to pass to executables. ' , &
906
906
' --skip Delete directories in the build/ directory without ' , &
907
- ' prompting, but skip dependencies. ' , &
907
+ ' prompting, but skip dependencies. Cannot be used together ' , &
908
+ ' with --all. ' , &
908
909
' --all Delete directories in the build/ directory without ' , &
909
- ' prompting, including dependencies. ' , &
910
+ ' prompting, including dependencies. Cannot be used together' , &
911
+ ' with --skip. ' , &
912
+ ' --registry-cache Delete registry cache. ' , &
910
913
' ' , &
911
914
' VALID FOR ALL SUBCOMMANDS ' , &
912
915
' --help Show help text and exit ' , &
@@ -1364,10 +1367,12 @@ subroutine set_help()
1364
1367
' DESCRIPTION' , &
1365
1368
' Prompts the user to confirm deletion of the build. If affirmative,' , &
1366
1369
' directories in the build/ directory are deleted, except dependencies.' , &
1370
+ ' Use the --registry-cache option to delete the registry cache.' , &
1367
1371
' ' , &
1368
1372
' OPTIONS' , &
1369
- ' --skip delete the build without prompting but skip dependencies.' , &
1370
- ' --all delete the build without prompting including dependencies.' , &
1373
+ ' --skip Delete the build without prompting but skip dependencies.' , &
1374
+ ' --all Delete the build without prompting including dependencies.' , &
1375
+ ' --registry-cache Delete registry cache.' , &
1371
1376
' ' ]
1372
1377
help_publish= [character (len= 80 ) :: &
1373
1378
' NAME' , &
0 commit comments