Gildas 7 lat temu
rodzic
commit
76f62a9a5e
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      cli/single-file.js

+ 2 - 2
cli/single-file.js

@@ -62,7 +62,7 @@ const args = require("yargs")
 	.choices("back-end", ["jsdom", "puppeteer", "webdriver-chrome", "webdriver-firefox"])
 	.options("browser-headless", { description: "Run the browser in headless mode (puppeteer, webdriver)" })
 	.boolean("browser-headless")
-	.options("browser-executable-path", { description: "Path to chrome/chromium executable (puppeteer)" })
+	.options("browser-executable-path", { description: "Path to chrome/chromium executable (puppeteer, webdriver)" })
 	.string("browser-executable-path")
 	.options("browser-width", { description: "Width of the browser viewport in pixels" })
 	.number("browser-width")
@@ -76,7 +76,7 @@ const args = require("yargs")
 	.boolean("compress-HTML")
 	.options("group-duplicate-images", { description: "Group duplicate images into CSS custom properties" })
 	.boolean("compress-HTML")
-	.options("load-deferred-images", { description: "Load deferred (aka lazy-loaded) images (puppeteer, webdriver)" })
+	.options("load-deferred-images", { description: "Load deferred (a.k.a. lazy-loaded) images (puppeteer, webdriver)" })
 	.boolean("load-deferred-images")
 	.options("load-deferred-images-max-idle-time", { description: "Maximum delay of time to wait for deferred images (puppeteer, webdriver)" })
 	.number("load-deferred-images")