From bca01ed46121aebd7b770cd98130f1b14834fc91 Mon Sep 17 00:00:00 2001 From: Kunal Kushwaha Date: Fri, 29 Nov 2019 15:18:12 +0900 Subject: man page updated with examples of filter option examples with filter added Signed-off-by: Kunal Kushwaha --- completions/bash/podman | 3 +++ 1 file changed, 3 insertions(+) (limited to 'completions/bash') diff --git a/completions/bash/podman b/completions/bash/podman index 6d145030f..f1f64e347 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2816,9 +2816,12 @@ _podman_images_prune() { _podman_container_prune() { local options_with_args=" + --filter " local boolean_options=" + -f + --force -h --help " -- cgit v1.2.3-54-g00ecf