diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2018-06-27 13:34:10 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-29 15:01:21 +0000 |
commit | 41bd607c120dbd8b315eb30feb0fe63e079c821d (patch) | |
tree | 4fd1d8ca408b7190023e52839bad48dfe42e9662 /completions | |
parent | 3a90b5224df686e6efbf78e6b6cbb5333115ea82 (diff) | |
download | podman-41bd607c120dbd8b315eb30feb0fe63e079c821d.tar.gz podman-41bd607c120dbd8b315eb30feb0fe63e079c821d.tar.bz2 podman-41bd607c120dbd8b315eb30feb0fe63e079c821d.zip |
Allow multiple containers and all for umount
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes: #1012
Approved by: rhatdan
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 7abdd346e..051853e9e 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1316,6 +1316,8 @@ _podman_unmount() { _podman_umount() { local boolean_options=" + --all + -a --help -h " |