diff options
author | Qi Wang <qiwan@redhat.com> | 2019-08-16 12:08:13 -0400 |
---|---|---|
committer | Qi Wang <qiwan@redhat.com> | 2019-08-17 13:13:26 -0400 |
commit | f3f01830dbfd5f5e939e0f8ab793b0018224db4a (patch) | |
tree | d83e68a4ef437b03240e4ab7e984f31c4aed5717 /completions | |
parent | 76f327f73ff9f5ae67a30186007685b8a2e21d67 (diff) | |
download | podman-f3f01830dbfd5f5e939e0f8ab793b0018224db4a.tar.gz podman-f3f01830dbfd5f5e939e0f8ab793b0018224db4a.tar.bz2 podman-f3f01830dbfd5f5e939e0f8ab793b0018224db4a.zip |
add --cert-dir image sign
Requirement from #2726
Add --cert-dir for `podman image sign`.
Signed-off-by: Qi Wang <qiwan@redhat.com>
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 962c15a95..d17f4a15a 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2668,6 +2668,7 @@ _podman_container_runlabel() { _podman_image_sign() { local options_with_args=" + --cert-dir -d --directory --sign-by |