summaryrefslogtreecommitdiff
path: root/cmd/podman
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-11-30 09:15:11 -0600
committerbaude <bbaude@redhat.com>2018-11-30 09:15:11 -0600
commit82bcef38954b4d03b7e047d7843e77bc94647c82 (patch)
treee9bc7a402095f076cb151abbae5512ae778e8904 /cmd/podman
parent3af62f620a4d4ed21db58e71f9ba7ace242ec742 (diff)
downloadpodman-82bcef38954b4d03b7e047d7843e77bc94647c82.tar.gz
podman-82bcef38954b4d03b7e047d7843e77bc94647c82.tar.bz2
podman-82bcef38954b4d03b7e047d7843e77bc94647c82.zip
add pod short option to ps
podman ps has a flag --pod; simply adding a short option of -p Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman')
-rw-r--r--cmd/podman/ps.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/ps.go b/cmd/podman/ps.go
index 83274c9a8..0b03388a2 100644
--- a/cmd/podman/ps.go
+++ b/cmd/podman/ps.go
@@ -184,7 +184,7 @@ var (
Usage: "Display the extended information",
},
cli.BoolFlag{
- Name: "pod",
+ Name: "pod, p",
Usage: "Print the ID and name of the pod the containers are associated with",
},
cli.BoolFlag{