Fix telegraf example arguments (#2788)

Many of the examples provided within documentation are using a single
dash for the command line arguments, but the telegraf executable
explicitly has two dashes.

There are also some inconsistencies with the ordering of the command
line argument examples.  I've ordered them so that the examples will
show: config, config-directory, input-filter, test
This commit is contained in:
Zack Zatkin-Gold
2017-05-12 15:22:29 -07:00
committed by Daniel Nelson
parent a871b64ac3
commit 61be19b1f0
43 changed files with 46 additions and 46 deletions

View File

@@ -243,7 +243,7 @@ Mesos slave metric groups
### Example Output:
```
$ telegraf -config ~/mesos.conf -input-filter mesos -test
$ telegraf --config ~/mesos.conf --input-filter mesos --test
* Plugin: mesos, Collection 1
mesos,role=master,state=leader,host=172.17.8.102,server=172.17.8.101
allocator/event_queue_dispatches=0,master/cpus_percent=0,