diff options
author | Matthew Heon <mheon@redhat.com> | 2018-11-28 12:48:58 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2018-12-06 09:10:45 -0500 |
commit | 28bead8be8eb541cf0c78e6ee3a3963adc8d1d3a (patch) | |
tree | 4797664994d7a0639f40ab0526bbc0466d66a330 /completions | |
parent | a0c9be20617a871c6cb61f27516565af36338d7a (diff) | |
download | podman-28bead8be8eb541cf0c78e6ee3a3963adc8d1d3a.tar.gz podman-28bead8be8eb541cf0c78e6ee3a3963adc8d1d3a.tar.bz2 podman-28bead8be8eb541cf0c78e6ee3a3963adc8d1d3a.zip |
Add --sync flag to podman ps
The previous commit added support for --sync to podman rm to
ensure state inconsistencies would not prevent containers from
being removed.
Add the flag to podman ps as well, so that all containers can be
forcibly synced and all state inconsistencies resolved.
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 21d35949d..1c21ab3d9 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2038,6 +2038,7 @@ _podman_ps() { --quiet -q --size -s --namespace --ns + --sync " _complete_ "$options_with_args" "$boolean_options" } |