diff --git a/cloudinary_cli/core/search.py b/cloudinary_cli/core/search.py index ab207dd..ecfcfb9 100644 --- a/cloudinary_cli/core/search.py +++ b/cloudinary_cli/core/search.py @@ -17,7 +17,7 @@ e.g. cld search cat AND tags:kitten -s public_id desc -f context -f tags -n 10 """) @argument("query", nargs=-1) -@option("-f", "--with_field", multiple=True, help="Specify which asset attribute to add in the result.") +@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("-s", "--sort_by", nargs=2, help="Sort search results by (field, ).") @option("-a", "--aggregate", nargs=1,