diff options
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 d8034ad11..98950799e 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2150,6 +2150,7 @@ _podman_rm() { local boolean_options=" --all -a + --cidfile --force -f --help @@ -2426,6 +2427,7 @@ _podman_stop() { local boolean_options=" --all -a + --cidfile -h --help --latest |