summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-03-11 16:18:13 -0400
committerGitHub <noreply@github.com>2020-03-11 16:18:13 -0400
commit9cfcf5692bfb2d6236dff3291e794496f28353a1 (patch)
treecce30361b885ad6a44e655e6f6a3d24ba1ea06d3 /cmd
parent9bc27118b52442f941666b48eb07102a541ada16 (diff)
parent3d1bff6db98ca5af0fad3f4effc379fcccc8664d (diff)
downloadpodman-9cfcf5692bfb2d6236dff3291e794496f28353a1.tar.gz
podman-9cfcf5692bfb2d6236dff3291e794496f28353a1.tar.bz2
podman-9cfcf5692bfb2d6236dff3291e794496f28353a1.zip
Merge pull request #5460 from edsantiago/man_page_xref
man page cross-reference fixes: part 2
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/runlabel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/runlabel.go b/cmd/podman/runlabel.go
index 358538155..1ec4da650 100644
--- a/cmd/podman/runlabel.go
+++ b/cmd/podman/runlabel.go
@@ -49,7 +49,7 @@ func init() {
flags.StringVar(&runlabelCommand.Creds, "creds", "", "`Credentials` (USERNAME:PASSWORD) to use for authenticating to a registry")
flags.BoolVar(&runlabelCommand.Display, "display", false, "Preview the command that the label would run")
flags.BoolVar(&runlabelCommand.Replace, "replace", false, "Replace existing container with a new one from the image")
- flags.StringVar(&runlabelCommand.Name, "name", "", "Assign a name to the container")
+ flags.StringVarP(&runlabelCommand.Name, "name", "n", "", "Assign a name to the container")
flags.StringVar(&runlabelCommand.Opt1, "opt1", "", "Optional parameter to pass for install")
flags.StringVar(&runlabelCommand.Opt2, "opt2", "", "Optional parameter to pass for install")