Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 84d75db

Browse files
committed
Fix builder prune -a/--all flag description
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit aad9d2c958b24639ea1d6dd46e73b2fdb36f4b62) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: f9a5c1f152106a28d347b02e4c9ab506ad1bf04e Component: cli
1 parent 29db22e commit 84d75db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • components/cli/cli/command/builder

components/cli/cli/command/builder/prune.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func NewPruneCommand(dockerCli command.Cli) *cobra.Command {
4444

4545
flags := cmd.Flags()
4646
flags.BoolVarP(&options.force, "force", "f", false, "Do not prompt for confirmation")
47-
flags.BoolVarP(&options.all, "all", "a", false, "Remove all unused images, not just dangling ones")
47+
flags.BoolVarP(&options.all, "all", "a", false, "Remove all unused build cache, not just dangling ones")
4848
flags.Var(&options.filter, "filter", "Provide filter values (e.g. 'until=24h')")
4949
flags.Var(&options.keepStorage, "keep-storage", "Amount of disk space to keep for cache")
5050

0 commit comments

Comments
 (0)