diff --git a/cloudinary_cli/core/search.py b/cloudinary_cli/core/search.py index ecfcfb9..4a0bc57 100644 --- a/cloudinary_cli/core/search.py +++ b/cloudinary_cli/core/search.py @@ -18,7 +18,7 @@ """) @argument("query", nargs=-1) @option("-f", "--with_field", multiple=True, help="Specify which non-default asset attributes to include in the result. You can include more than one of these options, for example, -f tags -f context.") -@option("-if", "--fields", multiple=True, help="Specify which asset attribute to include in the result.") +@option("-if", "--fields", multiple=True, help="Specify which asset attributes to include in the result (together with the default attributes) as a comma separated list. This overrides any value specified for with_field.") @option("-s", "--sort_by", nargs=2, help="Sort search results by (field, ).") @option("-a", "--aggregate", nargs=1, help="Specify the attribute for which an aggregation count should be calculated and returned.")