From 5efa6dae905c65ea8a73565318e5f274c5eb825c Mon Sep 17 00:00:00 2001 From: Sujil02 Date: Thu, 12 Mar 2020 10:46:44 -0400 Subject: Implemented --iidfile for podman commit Added flag to Write the image ID to the file with podman commit command. Fix to issue #5461 Signed-off-by: Sujil02 --- completions/bash/podman | 1 + 1 file changed, 1 insertion(+) (limited to 'completions/bash/podman') diff --git a/completions/bash/podman b/completions/bash/podman index 8a6fc2073..ca22ade0a 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1247,6 +1247,7 @@ _podman_commit() { -c --message -m + --iidfile " local boolean_options=" --help -- cgit v1.2.3-54-g00ecf