diff --git a/bin/paged b/bin/paged index f72ad8d295ab91ada6b7d6971560b4239a0d33da..8871f422021b8866bef5e1a063b85f47fd2d084e 100755 --- a/bin/paged +++ b/bin/paged @@ -39,7 +39,7 @@ program "added to the HTML document before rendering. This is useful for " + "adding custom pagedjs handlers. The option can be repeated.", collect, []) - .option("--browserEndpoint", "Use a remote Chrome server with browserWSEndpoint") + .option("--browserEndpoint <browserEndpoint>", "Use a remote Chrome server with browserWSEndpoint") .parse(process.argv); function collect(value, previous) { @@ -115,6 +115,7 @@ if (typeof input === "string") { allowedPaths: program.allowedPaths, allowedDomains: program.allowedDomains, additionalScripts: program.additionalScript, + browserEndpoint: program.browserEndpoint, timeout: program.timeout, };