diff options
Diffstat (limited to 'completions/bash/podman')
-rw-r--r-- | completions/bash/podman | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 9a68e3ef5..12e4bb523 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -888,16 +888,20 @@ _podman_info() { _podman_images() { local boolean_options=" - --help - -h - --quiet - -q - --noheading - -n - --no-trunc + -a + --all + --digests --digests - --filter -f + --filter + -h + --help + --no-trunc + --notruncate + -n + --noheading + -q + --quiet " local options_with_args=" --format |