Merge pull request #1906 from baude/addpsp

add pod short option to ps
This commit is contained in:
OpenShift Merge Robot 2018-11-30 07:49:27 -08:00 committed by GitHub
commit 96c4dd7302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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{

View file

@ -2033,7 +2033,7 @@ _podman_ps() {
--help -h
--latest -l
--no-trunc
--pod
--pod -p
--quiet -q
--size -s
--namespace --ns

View file

@ -24,7 +24,7 @@ all the containers information. By default it lists:
Show all the containers, default is only running containers
**--pod**
**--pod, -p**
Display the pods the containers are associated with