Skip to content

Commit

Permalink
Fix example commands
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Dec 12, 2018
1 parent 0a7b4e4 commit 3435c87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ A few rules apply to the `--config` option:

- Nested objects require using a dot-notation. For example:
```
thelounge -c debug.raw=true
thelounge start -c debug.raw=true
```
- Lists of values must be wrapped with `[]`. For example:
```
thelounge -c transports=[websocket,polling]
thelounge start -c transports=[websocket,polling]
```
- If a value has a whitespace, it must be wrapped in quotes. For example:
```
thelounge -c logs.format="DD MMMM YYYY HH:mm:ss"
thelounge start -c logs.format="DD MMMM YYYY HH:mm:ss"
```

0 comments on commit 3435c87

Please sign in to comment.