Skip to content

Commit eb8c927

Browse files
committed
typo, changing -s to -f for field separator
1 parent d1ba09f commit eb8c927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Simply choose a separator to deal with data such as this:
230230
In this example I've chosen `_` to separate `guages` from `jvm` and `capacity` from `value`. The CLI invocation then becomes:
231231

232232
```
233-
./check_http_json.py -H localhost:8081 -p metrics --key_exists gauges_jvm.buffers.direct.capacity_value -s _
233+
./check_http_json.py -H localhost:8081 -p metrics --key_exists gauges_jvm.buffers.direct.capacity_value -f _
234234
```
235235

236236
## License

0 commit comments

Comments
 (0)