Skip to content

Commit

Permalink
New config file default. #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudor Golubenco committed Apr 16, 2015
1 parent 74881fb commit 40c2c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func main() {
// Use our own FlagSet, because some libraries pollute the global one
var cmdLine = flag.NewFlagSet(os.Args[0], flag.ExitOnError)

configfile := cmdLine.String("c", "packetbeat.yml", "Configuration file")
configfile := cmdLine.String("c", "/etc/packetbeat/packetbeat.yml", "Configuration file")
file := cmdLine.String("I", "", "file")
loop := cmdLine.Int("l", 1, "Loop file. 0 - loop forever")
debugSelectorsStr := cmdLine.String("d", "", "Enable certain debug selectors")
Expand Down

0 comments on commit 40c2c8a

Please sign in to comment.