Skip to content

Commit

Permalink
Update src/util/argParser.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tessa Walsh <[email protected]>
  • Loading branch information
ikreymer and tw4l authored Nov 8, 2024
1 parent bed245a commit ea89f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/argParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class ArgParser {

selectLinks: {
describe:
"one or more selectors for extracting links, in the format [css selector]->[property to use],[css selector]->@[attribute to use]",
"One or more selectors for extracting links, in the format [css selector]->[property to use],[css selector]->@[attribute to use]",
type: "array",
default: ["a[href]->href"],
coerce,
Expand Down

0 comments on commit ea89f46

Please sign in to comment.