diff options
Diffstat (limited to 'cmd/podman/images/trust_show.go')
-rw-r--r-- | cmd/podman/images/trust_show.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/images/trust_show.go b/cmd/podman/images/trust_show.go index 23ee6c709..dbaa800a4 100644 --- a/cmd/podman/images/trust_show.go +++ b/cmd/podman/images/trust_show.go @@ -18,6 +18,7 @@ var ( Short: "Display trust policy for the system", Long: showTrustDescription, RunE: showTrust, + Args: cobra.MaximumNArgs(1), Example: "", } ) |