Skip to content

Commit 07a764e

Browse files
authored
Merge pull request #1202 from eclipse-thingweb/danielpeintner-patch-9
docs: minor typo fixes for cli readme
2 parents acc032a + e739cad commit 07a764e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The `-h` option explains the functionality and also how node-wot can be configur
5353
- `wot-servient -h` _or_
5454
- `node packages\cli\dist\cli.js`
5555

56-
The `-h` help options shows the following output:
56+
The `-h` help option shows the following output:
5757

5858
```
5959
Usage: wot-servient [options] [files...]
@@ -73,7 +73,7 @@ Options:
7373
-c, --client-only do not start any servers (enables multiple instances without port conflicts)
7474
-cp, --compiler <module> load module as a compiler
7575
-f, --config-file <file> load configuration from specified file (default: "wot-servient.conf.json")
76-
-p, --config-params <param...> override configuration paramters [key1:=value1 key2:=value2 ...] (e.g. http.port:=8080)
76+
-p, --config-params <param...> override configuration parameters [key1:=value1 key2:=value2 ...] (e.g. http.port:=8080)
7777
-h, --help show this help
7878
7979
wot-servient.conf.json syntax:

0 commit comments

Comments
 (0)