diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-20 11:45:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-20 11:45:32 +0100 |
commit | ccc30c606e843d5c98e2c62a3b393a61e60976b2 (patch) | |
tree | dd1696a5da35d21d0b5a2fb1bd384eab630c0738 /completions/bash | |
parent | d927b43350a079c05f54e984838b851bcc2e5931 (diff) | |
parent | 5efa6dae905c65ea8a73565318e5f274c5eb825c (diff) | |
download | podman-ccc30c606e843d5c98e2c62a3b393a61e60976b2.tar.gz podman-ccc30c606e843d5c98e2c62a3b393a61e60976b2.tar.bz2 podman-ccc30c606e843d5c98e2c62a3b393a61e60976b2.zip |
Merge pull request #5539 from sujil02/issue-5461
Implemented --iidfile for podman commit
Diffstat (limited to 'completions/bash')
-rw-r--r-- | completions/bash/podman | 1 |
1 files changed, 1 insertions, 0 deletions
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 |