浏览代码

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")