From 78fc4c67fdd1f8d8a3567ffd941c1f5b3e1b6ba5 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 15 Jan 2019 17:08:54 -0500 Subject: Add --latest and --all to podman mount/umount I find these useful for playing around with containers. Signed-off-by: Daniel J Walsh --- completions/bash/podman | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'completions') 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 " -- cgit v1.2.3-54-g00ecf