diff options
Diffstat (limited to 'completions/bash/podman')
-rw-r--r-- | completions/bash/podman | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 7aa85053c..2aa46f5fa 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2077,9 +2077,9 @@ _podman_logout() { _podman_pod_create() { local options_with_args=" --cgroup-parent + --infra-command + --infra-image --share - --pause-command - --pause-image --podidfile --label-file --label @@ -2088,7 +2088,7 @@ _podman_pod_create() { " local boolean_options=" - --pause + --infra " _complete_ "$options_with_args" "$boolean_options" } |