ソースを参照

added a note about --browser-scripts option (cf issue #201)

Gildas 6 年 前
コミット
5a0c55e60c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      cli/single-file

+ 1 - 1
cli/single-file

@@ -83,7 +83,7 @@ const args = require("yargs")
 	.boolean("browser-debug")
 	.options("browser-extensions", { description: "List of extension paths separated by a space and relative to the 'cli' folder (webdriver-gecko, webdriver-chromium)" })
 	.array("browser-extensions")
-	.options("browser-scripts", { description: "List of script paths separated by a space and relative to the 'cli' folder" })
+	.options("browser-scripts", { description: "List of script paths separated by a space and relative to the 'cli' folder. They will be executed in all the frames." })
 	.array("browser-scripts")
 	.options("compress-CSS", { description: "Compress CSS stylesheets" })
 	.boolean("compress-CSS")