mirror of https://github.com/containers/podman.git
Hide podman manifest push --sign-by on remote
... because it is documented to be ignored. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
68cf116110
commit
7075e2e1d5
|
|
@ -78,6 +78,7 @@ func init() {
|
||||||
|
|
||||||
if registry.IsRemote() {
|
if registry.IsRemote() {
|
||||||
_ = flags.MarkHidden("cert-dir")
|
_ = flags.MarkHidden("cert-dir")
|
||||||
|
_ = flags.MarkHidden(signByFlagName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue