diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-29 07:59:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-29 07:59:11 -0700 |
commit | f4d90a96cb7eabde3d999390619aae683e05b00e (patch) | |
tree | dc4ca45a61a3eb9ba0c101fb2d3bfc5cfe9a2bb9 /completions | |
parent | 8b5f101726408c6d1d0649b68ba1e47d61765ce2 (diff) | |
parent | 3423c5a8c9fe4853880959a67073c697402648eb (diff) | |
download | podman-f4d90a96cb7eabde3d999390619aae683e05b00e.tar.gz podman-f4d90a96cb7eabde3d999390619aae683e05b00e.tar.bz2 podman-f4d90a96cb7eabde3d999390619aae683e05b00e.zip |
Merge pull request #2691 from baude/psdynamic
Add watch mode to podman ps
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 798d49ceb..a3f381962 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2205,6 +2205,7 @@ _podman_ps() { --format --last -n --sort + --watch -w " local boolean_options=" --all -a |