summaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-11-15 10:53:04 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-11-15 18:00:19 +0000
commitafe1a2e7f1a54946d86588398c37c6d52c4e125c (patch)
tree19918bbdd0ecc3e82e1820a987dab24fa85e5ea6 /completions
parent5cfd7a313fcae7c748b5bae84de779b28d4ea01b (diff)
downloadpodman-afe1a2e7f1a54946d86588398c37c6d52c4e125c.tar.gz
podman-afe1a2e7f1a54946d86588398c37c6d52c4e125c.tar.bz2
podman-afe1a2e7f1a54946d86588398c37c6d52c4e125c.zip
Fix bash command
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #45 Approved by: umohnani8
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/kpod1
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/bash/kpod b/completions/bash/kpod
index 34cf86526..8b7e121d8 100644
--- a/completions/bash/kpod
+++ b/completions/bash/kpod
@@ -1346,6 +1346,7 @@ _kpod_unpause() {
"
local boolean_options=""
_complete_ "$options_with_args" "$boolean_options"
+}
_kpod_wait() {
local options_with_args=""