mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00
Add clarification in usage about hostname used (#771)
clarify that the crawlId defaults to the Docker container hostname
This commit is contained in:
parent
8f581a587c
commit
02c4353b4a
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
Docker container hostname) [string]
|
||||
--waitUntil Puppeteer page.goto() condition to w
|
||||
ait for before continuing, can be mu
|
||||
ltiple separated by ','
|
||||
|
|
|
@ -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 Docker container hostname)",
|
||||
type: "string",
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue