Skip to content

Commit

Permalink
Update cloudinary_cli/core/search.py
Browse files Browse the repository at this point in the history
Co-authored-by: carlevison <[email protected]>
  • Loading branch information
const-cloudinary and carlevison authored Nov 29, 2023
1 parent 30e9ffd commit 7c5a6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinary_cli/core/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, <asc|desc>).")
@option("-a", "--aggregate", nargs=1,
Expand Down

0 comments on commit 7c5a6ef

Please sign in to comment.