From d0cc7d9d2ffe2de2c708bfdb4b45f67e35f3061b Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Fri, 11 Aug 2017 16:26:00 -0700 Subject: [PATCH] Use double hyphen in cli examples --- cmd/telegraf/telegraf.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/telegraf/telegraf.go b/cmd/telegraf/telegraf.go index 07cffe569..f0ff6e66a 100644 --- a/cmd/telegraf/telegraf.go +++ b/cmd/telegraf/telegraf.go @@ -51,7 +51,7 @@ var fAggregatorFilters = flag.String("aggregator-filter", "", var fProcessorFilters = flag.String("processor-filter", "", "filter the processors to enable, separator is :") var fUsage = flag.String("usage", "", - "print usage for a plugin, ie, 'telegraf -usage mysql'") + "print usage for a plugin, ie, 'telegraf --usage mysql'") var fService = flag.String("service", "", "operate on the service") @@ -83,8 +83,8 @@ Usage: The commands & flags are: - config print out full sample configuration to stdout - version print the version to stdout + config print out full sample configuration to stdout + version print the version to stdout --config configuration file to load --test gather metrics once, print them to stdout, and exit @@ -105,7 +105,7 @@ Examples: telegraf --input-filter cpu --output-filter influxdb config # run a single telegraf collection, outputing metrics to stdout - telegraf --config telegraf.conf -test + telegraf --config telegraf.conf --test # run telegraf with all plugins defined in config file telegraf --config telegraf.conf