summaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2019-01-15 17:08:54 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2019-01-16 10:05:41 -0500
commit78fc4c67fdd1f8d8a3567ffd941c1f5b3e1b6ba5 (patch)
tree46e3eced8e0188d2979136ecbd87a833323f71fe /completions
parentd8683219d2ac5fd9a0aa271ef9d94cebe0c2adc0 (diff)
downloadpodman-78fc4c67fdd1f8d8a3567ffd941c1f5b3e1b6ba5.tar.gz
podman-78fc4c67fdd1f8d8a3567ffd941c1f5b3e1b6ba5.tar.bz2
podman-78fc4c67fdd1f8d8a3567ffd941c1f5b3e1b6ba5.zip
Add --latest and --all to podman mount/umount
I find these useful for playing around with containers. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/podman6
1 files changed, 6 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman
index 6333dfdf2..08891563c 100644
--- a/completions/bash/podman
+++ b/completions/bash/podman
@@ -1514,6 +1514,8 @@ _podman_umount() {
-h
--force
-f
+ --latest
+ -l
"
local options_with_args="
"
@@ -1531,8 +1533,12 @@ _podman_umount() {
_podman_mount() {
local boolean_options="
+ --all
+ -a
--help
-h
+ -l
+ --latest
--notruncate
"