Skip to content

Commit

Permalink
searchset: fix usage text for <regexset-file>
Browse files Browse the repository at this point in the history
fixes #2161

[skip ci]
  • Loading branch information
jqnatividad committed Sep 21, 2024
1 parent 8a55d5a commit 9a60fb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/cmd/searchset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ Usage:
qsv searchset --help
searchset arguments:
<regex> Regular expression to match. Uses Rust regex syntax.
<regexset-file> The file containing regular expressions to match, with a
regular expression on each line.
See https://docs.rs/regex/latest/regex/index.html#syntax
or https://regex101.com with the Rust flavor for more info.
or https://regex101.com with the Rust flavor for regex syntax.
<input> The CSV file to read. If not given, reads from stdin.
searchset options:
Expand Down

0 comments on commit 9a60fb0

Please sign in to comment.