Skip to content

Commit 5b55c09

Browse files
committed
fix(ifc-cli.js): fix typo in proxy config file option configuration
1 parent 6660ccd commit 5b55c09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/iframe-coordinator-cli/ifc-cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function parseProgramOptions() {
8787
"iframe client configuration file",
8888
defaultJsConfig,
8989
)
90-
.option("-x -proxy-config <proxy_config_file>")
90+
.option("-x, --proxy-config <proxy_config_file>")
9191
.option("-p, --port <port_num>", "port number to host on", 3000)
9292
.option("-s, --ssl", "serve over https")
9393
.option("--ssl-cert <cert_path>", "certificate file to use for https")

0 commit comments

Comments
 (0)