Skip to content

Commit c1597d6

Browse files
committed
docs(cli/README): add missing closing parentesis
1 parent 9a2f461 commit c1597d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Options:
6969
-v, --version display node-wot version
7070
-c, --client-only do not start any servers (enables multiple instances without port conflicts)
7171
-ll, --logLevel <string> choose the desired log level. WARNING: if DEBUG env variable is specified this option gets overridden. (choices: "debug", "info", "warn", "error")
72-
-f, --config-file <file> load configuration from specified file (default: $(pwd)/wot-servient.conf.json
72+
-f, --config-file <file> load configuration from specified file (default: $(pwd)/wot-servient.conf.json)
7373
-p, --config-params <param...> override configuration parameters [key1:=value1 key2:=value2 ...] (e.g. http.port:=8080)
7474
-h, --help show this help
7575

0 commit comments

Comments
 (0)