diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-10-01 08:02:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-01 08:02:27 -0700 |
commit | 3bdccd8a461217ac6d0094c2081f50612d60c19a (patch) | |
tree | 8816c905cec898421f857c57628e5036a5de66a1 /completions | |
parent | df978a264d7944351e7cded0a9506cab8a7bb0db (diff) | |
parent | 249a51a2fc40e8aace6cc3e3b6deb594e7c93d33 (diff) | |
download | podman-3bdccd8a461217ac6d0094c2081f50612d60c19a.tar.gz podman-3bdccd8a461217ac6d0094c2081f50612d60c19a.tar.bz2 podman-3bdccd8a461217ac6d0094c2081f50612d60c19a.zip |
Merge pull request #1568 from rhatdan/kill
Add --all flag to podman kill
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index b97c4b0d5..bdd5a34e2 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1282,6 +1282,8 @@ _podman_kill() { --signal -s " local boolean_options=" + --all + -a --help -h --latest |