diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-01-17 00:09:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-17 00:09:29 +0100 |
commit | 0e3264ae4de85d2c974106582f80fd8cadab8bb8 (patch) | |
tree | 17f1b67764193badbd9174347cb72f1424b85e9a /completions/bash | |
parent | e6696fc7deba9cf8210041654194ce81fbfef9ea (diff) | |
parent | 78fc4c67fdd1f8d8a3567ffd941c1f5b3e1b6ba5 (diff) | |
download | podman-0e3264ae4de85d2c974106582f80fd8cadab8bb8.tar.gz podman-0e3264ae4de85d2c974106582f80fd8cadab8bb8.tar.bz2 podman-0e3264ae4de85d2c974106582f80fd8cadab8bb8.zip |
Merge pull request #2165 from rhatdan/mount
Add --latest and --all to podman mount/umount
Diffstat (limited to 'completions/bash')
-rw-r--r-- | completions/bash/podman | 6 |
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 " |