diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-02-14 17:12:16 -0500 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-02-15 14:38:46 -0500 |
commit | 72b91eb87f7a9c8e637f337e078b4adab4198f33 (patch) | |
tree | 65b3a931f14ca3db890afbbe34ead5d5ded5c0a1 /cmd/podman/trust_set_show.go | |
parent | 9c1b08fd79012c12d478edb13f6057a0414762db (diff) | |
download | podman-72b91eb87f7a9c8e637f337e078b4adab4198f33.tar.gz podman-72b91eb87f7a9c8e637f337e078b4adab4198f33.tar.bz2 podman-72b91eb87f7a9c8e637f337e078b4adab4198f33.zip |
Second chunk of Cobra help
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Adds examples to Cobra help for a second chunk of commands.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'cmd/podman/trust_set_show.go')
-rw-r--r-- | cmd/podman/trust_set_show.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/trust_set_show.go b/cmd/podman/trust_set_show.go index f3d1cadce..0a4783d0a 100644 --- a/cmd/podman/trust_set_show.go +++ b/cmd/podman/trust_set_show.go @@ -26,7 +26,7 @@ var ( Use: "set", Short: "Set default trust policy or a new trust policy for a registry", Long: setTrustDescription, - Example: "default | REGISTRY[/REPOSITORY]", + Example: "", RunE: func(cmd *cobra.Command, args []string) error { setTrustCommand.InputArgs = args setTrustCommand.GlobalFlags = MainGlobalOpts |