From eb8c927343ef14ddb2780cf2d9246c03afd1736d Mon Sep 17 00:00:00 2001 From: Drew Kerrigan Date: Fri, 24 Apr 2015 11:39:28 -0400 Subject: [PATCH] typo, changing -s to -f for field separator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baa945f..9f0547b 100644 --- a/README.md +++ b/README.md @@ -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