diff --git a/x/resource/client/cli/query_all_resource_versions.go b/x/resource/client/cli/query_all_resource_versions.go index 79c60392c..522d2375f 100644 --- a/x/resource/client/cli/query_all_resource_versions.go +++ b/x/resource/client/cli/query_all_resource_versions.go @@ -11,7 +11,7 @@ import ( func CmdGetAllResourceVersions() *cobra.Command { cmd := &cobra.Command{ - Use: "all-resource-versions [collectionId] [name] [resourceType] [mediaType]", + Use: "all-resource-versions [collectionId] [name]", Short: "Query all resource versions", Args: cobra.ExactArgs(2), RunE: func(cmd *cobra.Command, args []string) error {