Skip to content

Commit

Permalink
Expand failOnFailedSeed help text
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed May 6, 2024
1 parent 36f0084 commit 8c64cbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/util/argParser.ts
Expand Up @@ -498,7 +498,8 @@ class ArgParser {

failOnFailedSeed: {
describe:
"If set, crawler will fail with exit code 1 if any seed fails",
"If set, crawler will fail with exit code 1 if any seed fails. Crawl will fail if any seeds have a" +
"4xx or 5xx response regardless of whether failOnInvalidStatus is set",
type: "boolean",
default: false,
},
Expand All @@ -512,7 +513,7 @@ class ArgParser {

failOnInvalidStatus: {
describe:
"If set, will treat pages with non-200 response as failures. When combined with --failOnFailedLimit or --failOnFailedSeed" +
"If set, will treat pages with non-200 response as failures. When combined with --failOnFailedLimit" +
"may result in crawl failing due to non-200 responses",
type: "boolean",
default: false,
Expand Down

0 comments on commit 8c64cbd

Please sign in to comment.