iframe-coordinator-cli 6.3.5 → 6.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ifc-cli.js +1 -1
- package/package.json +1 -1
package/ifc-cli.js
CHANGED
|
@@ -87,7 +87,7 @@ function parseProgramOptions() {
|
|
|
87
87
|
"iframe client configuration file",
|
|
88
88
|
defaultJsConfig,
|
|
89
89
|
)
|
|
90
|
-
.option("-x
|
|
90
|
+
.option("-x, --proxy-config <proxy_config_file>")
|
|
91
91
|
.option("-p, --port <port_num>", "port number to host on", 3000)
|
|
92
92
|
.option("-s, --ssl", "serve over https")
|
|
93
93
|
.option("--ssl-cert <cert_path>", "certificate file to use for https")
|