diff options
author | baude <bbaude@redhat.com> | 2018-11-30 09:15:11 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-11-30 09:15:11 -0600 |
commit | 82bcef38954b4d03b7e047d7843e77bc94647c82 (patch) | |
tree | e9bc7a402095f076cb151abbae5512ae778e8904 /completions | |
parent | 3af62f620a4d4ed21db58e71f9ba7ace242ec742 (diff) | |
download | podman-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 'completions')
-rw-r--r-- | completions/bash/podman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 076ec7ab4..3cccf2192 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2033,7 +2033,7 @@ _podman_ps() { --help -h --latest -l --no-trunc - --pod + --pod -p --quiet -q --size -s --namespace --ns |