diff options
author | haircommander <pehunt@redhat.com> | 2018-08-17 10:36:51 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-23 18:16:28 +0000 |
commit | 2a7449362f2884d9ae6a783c0ce38979d882e2cf (patch) | |
tree | 6e7b8ab33505d210201e62faba6a50f98c0a4ea7 /completions/bash | |
parent | 697b46430a8a7c2c7231078911dcec51f0c6fab5 (diff) | |
download | podman-2a7449362f2884d9ae6a783c0ce38979d882e2cf.tar.gz podman-2a7449362f2884d9ae6a783c0ce38979d882e2cf.tar.bz2 podman-2a7449362f2884d9ae6a783c0ce38979d882e2cf.zip |
Change pause container to infra container
Signed-off-by: haircommander <pehunt@redhat.com>
Closes: #1187
Approved by: mheon
Diffstat (limited to 'completions/bash')
-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" } |