Skip to content
Snippets Groups Projects
Commit 63410491 authored by HUANG Wei's avatar HUANG Wei
Browse files

Fix typo, should be input instead of output.

parent 26e0a4bb
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ var fPidfile = flag.String("pidfile", "", "file to write our pid to") ...@@ -32,7 +32,7 @@ var fPidfile = flag.String("pidfile", "", "file to write our pid to")
var fInputFilters = flag.String("input-filter", "", var fInputFilters = flag.String("input-filter", "",
"filter the inputs to enable, separator is :") "filter the inputs to enable, separator is :")
var fInputList = flag.Bool("input-list", false, var fInputList = flag.Bool("input-list", false,
"print available output plugins.") "print available input plugins.")
var fOutputFilters = flag.String("output-filter", "", var fOutputFilters = flag.String("output-filter", "",
"filter the outputs to enable, separator is :") "filter the outputs to enable, separator is :")
var fOutputList = flag.Bool("output-list", false, var fOutputList = flag.Bool("output-list", false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment