From 41bd607c120dbd8b315eb30feb0fe63e079c821d Mon Sep 17 00:00:00 2001
From: TomSweeneyRedHat <tsweeney@redhat.com>
Date: Wed, 27 Jun 2018 13:34:10 -0400
Subject: Allow multiple containers and all for umount

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #1012
Approved by: rhatdan
---
 completions/bash/podman | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'completions')

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
  "
-- 
cgit v1.2.3-54-g00ecf