Skip to content

Commit

Permalink
Apply suggestions from code review
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 da4e8eb commit acf6ff0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudinary_cli/core/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
""")
@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.")
"in the result as a comma separated list. "
)
@option("-fi", "--fields", multiple=True, help="Specify which asset attributes to include in the result "
"(together with the default attributes) as a comma separated list. "
"(together with a subset of 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,
Expand Down

0 comments on commit acf6ff0

Please sign in to comment.