From 2249b1844996f8f8d3c72399ff8425dbafec951b Mon Sep 17 00:00:00 2001 From: Constantine Nathanson <35217733+const-cloudinary@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:54:40 +0200 Subject: [PATCH] Update cloudinary_cli/core/search.py Co-authored-by: carlevison <54800761+carlevison@users.noreply.github.com> --- cloudinary_cli/core/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")