diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2017-11-15 10:53:04 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-11-15 18:00:19 +0000 |
commit | afe1a2e7f1a54946d86588398c37c6d52c4e125c (patch) | |
tree | 19918bbdd0ecc3e82e1820a987dab24fa85e5ea6 /completions/bash/kpod | |
parent | 5cfd7a313fcae7c748b5bae84de779b28d4ea01b (diff) | |
download | podman-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/bash/kpod')
-rw-r--r-- | completions/bash/kpod | 1 |
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="" |