diff options
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index a552f19d1..8447ab436 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1469,7 +1469,11 @@ _podman_unpause() { _podman_wait() { local options_with_args="" - local boolean_options="--help -h" + local boolean_options=" + --help + -h + -l + --latest" _complete_ "$options_with_args" "$boolean_options" } |