Bladeren bron

add note about --dump-content value in Docker

Gildas 4 jaren geleden
bovenliggende
commit
ef86e09636
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      cli/args.js

+ 1 - 1
cli/args.js

@@ -147,7 +147,7 @@ const args = require("yargs")
 	.boolean("crawl-replace-urls")
 	.options("crawl-rewrite-rule", { description: "Rewrite rule used to rewrite URLs of crawled pages" })
 	.array("crawl-rewrite-rule")
-	.options("dump-content", { description: "Dump the content of the processed page in the console" })
+	.options("dump-content", { description: "Dump the content of the processed page in the console ('true' when running in Docker)" })
 	.boolean("dump-content")
 	.options("emulate-media-feature", { description: "Emulate a media feature. The syntax is <name>:<value>, e.g. \"prefers-color-scheme:dark\" (puppeteer)" })
 	.array("emulate-media-feature")