Skip to content

Commit

Permalink
typo, changing -s to -f for field separator
Browse files Browse the repository at this point in the history
  • Loading branch information
drewkerrigan committed Apr 24, 2015
1 parent d1ba09f commit eb8c927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Simply choose a separator to deal with data such as this:
In this example I've chosen `_` to separate `guages` from `jvm` and `capacity` from `value`. The CLI invocation then becomes:

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

## License
Expand Down

0 comments on commit eb8c927

Please sign in to comment.