mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
Remove references to --pull=true and --pull=false
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -75,7 +75,7 @@ func DefineBuildFlags(cmd *cobra.Command, buildOpts *BuildFlagsWrapper, isFarmBu
|
||||
if err := flag.Value.Set("missing"); err != nil {
|
||||
logrus.Errorf("Unable to set --pull to 'missing': %v", err)
|
||||
}
|
||||
flag.Usage = `Pull image policy ("always/true"|"missing"|"never/false"|"newer")`
|
||||
flag.Usage = `Pull image policy ("always"|"missing"|"never"|"newer")`
|
||||
flags.AddFlagSet(&budFlags)
|
||||
|
||||
// Add the completion functions
|
||||
|
Reference in New Issue
Block a user