From d655643a58ef62dba1abdfc1866a0ccc648a01da Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Thu, 27 Dec 2018 11:35:02 +0800 Subject: [PATCH] fix the format of code-block in README Signed-off-by: dongwenjuan --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 233e758..35e65aa 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ NOTE: Version 0.7.0 switched to the [kingpin](https://github.com/alecthomas/king * multiple short flags can be combined (but there currently is only one) * flag processing stops at the first `--` + ``` $ go build $ ./statsd_exporter --help usage: statsd_exporter [] @@ -81,6 +82,7 @@ NOTE: Version 0.7.0 switched to the [kingpin](https://github.com/alecthomas/king "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true" --version Show application version. + ``` ## Tests