Add syntax for filter into help command

This commit is contained in:
Nicolas 2015-07-09 18:50:24 +02:00
parent 8b0035b0f0
commit 5c6dee1aa6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ var fConfig = flag.String("config", "", "configuration file to load")
var fVersion = flag.Bool("version", false, "display the version")
var fSampleConfig = flag.Bool("sample-config", false, "print out full sample configuration")
var fPidfile = flag.String("pidfile", "", "file to write our pid to")
var fPLuginsFilter = flag.String("filter", "", "filter the plugin to enable")
var fPLuginsFilter = flag.String("filter", "", "filter the plugins to enable, separator is :")
var Version = "unreleased"
var Commit = ""