Skip to content

Commit

Permalink
fetch: --column and --url-template are mutually exclusive and optio…
Browse files Browse the repository at this point in the history
…nal args

not required args
  • Loading branch information
jqnatividad committed Jun 10, 2022
1 parent d6a508d commit 0cbf701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Note how field name non-alphanumeric characters in the url-template were replace
addr_data.csv -c CityState > enriched.csv
Usage:
qsv fetch (<column> | --url-template <template>) [--jql <selector> | --jqlfile <file>] [--http-header <k:v>...] [options] [<input>]
qsv fetch [<column> | --url-template <template>] [--jql <selector> | --jqlfile <file>] [--http-header <k:v>...] [options] [<input>]
Fetch options:
--url-template <template> URL template to use. Use column names enclosed with
Expand Down

0 comments on commit 0cbf701

Please sign in to comment.