diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-28 13:21:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-28 13:21:48 -0700 |
commit | 1eb6b271bb1b197c214b9cf560c362a6aeb402da (patch) | |
tree | c04782977c6565da61e34034bfddad94a17f7c2b /completions | |
parent | 9926a299f72474e456ed3f0bb51d19613e195c8d (diff) | |
parent | f3f01830dbfd5f5e939e0f8ab793b0018224db4a (diff) | |
download | podman-1eb6b271bb1b197c214b9cf560c362a6aeb402da.tar.gz podman-1eb6b271bb1b197c214b9cf560c362a6aeb402da.tar.bz2 podman-1eb6b271bb1b197c214b9cf560c362a6aeb402da.zip |
Merge pull request #3833 from QiWang19/cert-dir
add --cert-dir image sign
Diffstat (limited to 'completions')
-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 7280f4040..e6ffb135f 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2669,6 +2669,7 @@ _podman_container_runlabel() { _podman_image_sign() { local options_with_args=" + --cert-dir -d --directory --sign-by |