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 7c5a6ef commit 2249b18
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 @@ -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, <asc|desc>).")
@option("-a", "--aggregate", nargs=1,
help="Specify the attribute for which an aggregation count should be calculated and returned.")
Expand Down

0 comments on commit 2249b18

Please sign in to comment.