summaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorhaircommander <pehunt@redhat.com>2018-08-17 10:36:51 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-23 18:16:28 +0000
commit2a7449362f2884d9ae6a783c0ce38979d882e2cf (patch)
tree6e7b8ab33505d210201e62faba6a50f98c0a4ea7 /completions
parent697b46430a8a7c2c7231078911dcec51f0c6fab5 (diff)
downloadpodman-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')
-rw-r--r--completions/bash/podman6
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"
}