Skip to content

Commit

Permalink
unused-for is a deprecated synonym
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed Oct 30, 2019
1 parent 01a8d2c commit 758d12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/command/builder/prune.go
Expand Up @@ -45,7 +45,7 @@ func NewPruneCommand(dockerCli command.Cli) *cobra.Command {
flags := cmd.Flags()
flags.BoolVarP(&options.force, "force", "f", false, "Do not prompt for confirmation")
flags.BoolVarP(&options.all, "all", "a", false, "Remove all unused images, not just dangling ones")
flags.Var(&options.filter, "filter", "Provide filter values (e.g. 'unused-for=24h')")
flags.Var(&options.filter, "filter", "Provide filter values (e.g. 'until=24h')")
flags.Var(&options.keepStorage, "keep-storage", "Amount of disk space to keep for cache")

return cmd
Expand Down

0 comments on commit 758d12e

Please sign in to comment.