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 f74687dcc0
commit dd537b3382
43 changed files with 46 additions and 46 deletions

View File

@@ -26,7 +26,7 @@ There are two measurements reported by this plugin.
### Example Output
```
./telegraf -config ~/interrupts_config.conf -test
./telegraf --config ~/interrupts_config.conf --test
* Plugin: inputs.interrupts, Collection 1
> interrupts,irq=0,type=IO-APIC,device=2-edge\ timer,host=hostname CPU0=23i,total=23i 1489346531000000000
> interrupts,irq=1,host=hostname,type=IO-APIC,device=1-edge\ i8042 CPU0=9i,total=9i 1489346531000000000