Skip to content

Commit daa98c7

Browse files
committed
update usage to show simple logging flag
1 parent b48f56e commit daa98c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@ $ python main.py
4949
You have a few optional config options:
5050

5151
```
52-
usage: metrics-relay [-h] [-d] [--host HOST] [--port PORT]
52+
usage: metrics-relay [-h] [-d] [-s] [--host HOST] [--port PORT]
5353
5454
Sends Neo4j metrics to the Cloud
5555
5656
options:
5757
-h, --help show this help message and exit
5858
-d, --debug turn on debug logging
59+
-s, --simple simplify logging output for journald
5960
--host HOST hostname or ip to listen on
6061
--port PORT tcp port to listen on
6162
```

0 commit comments

Comments
 (0)