From 4aed8df520abf8a8fe753b9c39b3209a36e47189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=85=89=E6=9D=83?= Date: Mon, 7 Mar 2016 17:41:57 +0800 Subject: [PATCH] Fix the incorrect indent of input-list help message --- cmd/telegraf/telegraf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/telegraf/telegraf.go b/cmd/telegraf/telegraf.go index b07f0d303..dea80cde3 100644 --- a/cmd/telegraf/telegraf.go +++ b/cmd/telegraf/telegraf.go @@ -62,7 +62,7 @@ The flags are: -sample-config print out full sample configuration to stdout -config-directory directory containing additional *.conf files -input-filter filter the input plugins to enable, separator is : - -input-list print all the plugins inputs + -input-list print all the plugins inputs -output-filter filter the output plugins to enable, separator is : -output-list print all the available outputs -usage print usage for a plugin, ie, 'telegraf -usage mysql'