Skip to content

Commit

Permalink
Added more details about sort value
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjake committed Jan 2, 2025
1 parent 76987b2 commit 969dfbf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion internetarchive/cli/ia_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ def setup(subparsers):
help="Add custom headers to your search request.")
parser.add_argument("-s", "--sort",
action="append",
help="Sort search results by specified fields.")
help=("Sort search results by specified fields. "
"See https://archive.org/advancedsearch.php "
"for full list of sort values"
" (e.g. --sort 'date desc', --sort 'date asc', etc.)."))
parser.add_argument("-i", "--itemlist",
action="store_true",
help="Output identifiers only.")
Expand Down

0 comments on commit 969dfbf

Please sign in to comment.