mirror of
https://github.com/containers/podman.git
synced 2025-06-25 03:52:15 +08:00
Specify what the replace flag replaces in help text
The word "name" appears to have been missed in the help output for: podman pod create --help This patch fixes that Signed-off-by: Benjamin Porter <FreedomBen@users.noreply.github.com>
This commit is contained in:
@ -94,7 +94,7 @@ func init() {
|
||||
flags.StringVar(&podIDFile, podIDFileFlagName, "", "Write the pod ID to the file")
|
||||
_ = createCommand.RegisterFlagCompletionFunc(podIDFileFlagName, completion.AutocompleteDefault)
|
||||
|
||||
flags.BoolVar(&replace, "replace", false, "If a pod with the same exists, replace it")
|
||||
flags.BoolVar(&replace, "replace", false, "If a pod with the same name exists, replace it")
|
||||
|
||||
shareFlagName := "share"
|
||||
flags.StringVar(&share, shareFlagName, specgen.DefaultKernelNamespaces, "A comma delimited list of kernel namespaces the pod will share")
|
||||
|
Reference in New Issue
Block a user