diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-25 14:17:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 14:17:45 +0100 |
commit | 9fb0adf479b6655d93316ece0cd702c4d4920fe1 (patch) | |
tree | 1d3289f8c48191ee57c803559d54564f81530ca7 /completions | |
parent | 6187e724353f2d68943f912e0d8fc1d3d3c1f549 (diff) | |
parent | a3d13fb286c39a2d9195b70e4265e5ac0deb6fd3 (diff) | |
download | podman-9fb0adf479b6655d93316ece0cd702c4d4920fe1.tar.gz podman-9fb0adf479b6655d93316ece0cd702c4d4920fe1.tar.bz2 podman-9fb0adf479b6655d93316ece0cd702c4d4920fe1.zip |
Merge pull request #4540 from vrothberg/systemd-improvements
podman rm/stop: add --allow-missing flag
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 98950799e..7b64c2a80 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2155,6 +2155,8 @@ _podman_rm() { -f --help -h + --ignore + -i --latest -l --storage @@ -2430,6 +2432,8 @@ _podman_stop() { --cidfile -h --help + --ignore + -i --latest -l " @@ -2990,6 +2994,8 @@ _podman_pod_rm() { --all --help -h + --ignore + -i -f --force --latest @@ -3040,6 +3046,8 @@ _podman_pod_stop() { -a --cleanup --help + --ignore + -i -h --latest -l |