diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-01-15 17:08:54 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-01-16 10:05:41 -0500 |
commit | 78fc4c67fdd1f8d8a3567ffd941c1f5b3e1b6ba5 (patch) | |
tree | 46e3eced8e0188d2979136ecbd87a833323f71fe /completions/bash/podman | |
parent | d8683219d2ac5fd9a0aa271ef9d94cebe0c2adc0 (diff) | |
download | podman-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/bash/podman')
-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 " |