From 656033ca969477ed809cbed57e752f959899d4f8 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 22 Jan 2019 09:17:34 -0600 Subject: podman image prune -- implement all flag we now, by default, only prune dangling images. if --all is passed, we prune dangling images AND images that do not have an associated containers. also went ahead and enabled the podman-remote image prune side of things. Fixes: #2192 Signed-off-by: baude --- completions/bash/podman | 2 ++ 1 file changed, 2 insertions(+) (limited to 'completions') diff --git a/completions/bash/podman b/completions/bash/podman index 08891563c..9ef1d1a0d 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2459,6 +2459,8 @@ _podman_images_prune() { " local boolean_options=" + -a + --all -h --help " -- cgit v1.2.3-54-g00ecf