Skip to content

Commit

Permalink
Add clarification in usage about hostname used
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Feb 14, 2025
1 parent f16be32 commit 0fed370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/user-guide/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Options:
--crawlId, --id A user provided ID for this crawl or
crawl configuration (can also be se
t via CRAWL_ID env var, defaults to
hostname) [string]
machine hostname) [string]
--waitUntil Puppeteer page.goto() condition to w
ait for before continuing, can be mu
ltiple separated by ','
Expand Down
2 changes: 1 addition & 1 deletion src/util/argParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class ArgParser {
crawlId: {
alias: "id",
describe:
"A user provided ID for this crawl or crawl configuration (can also be set via CRAWL_ID env var, defaults to hostname)",
"A user provided ID for this crawl or crawl configuration (can also be set via CRAWL_ID env var, defaults to machine hostname)",
type: "string",
},

Expand Down

0 comments on commit 0fed370

Please sign in to comment.