Skip to content

Commit

Permalink
Merge pull request elastic#2480 from tsg/backport_1253
Browse files Browse the repository at this point in the history
Backport 1253 to the 1.3 branch
  • Loading branch information
andrewkroh authored Sep 8, 2016
2 parents a03b9e4 + 9a9665d commit 8d528eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ https://github.com/elastic/beats/compare/v1.3.0...1.3[Check the HEAD diff]

*Packetbeat*

- Fix description for the -I CLI flag. {pull}2480[2480]

*Topbeat*

*Filebeat*
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/beat/packetbeat.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const (

func init() {
cmdLineArgs = CmdLineArgs{
File: flag.String("I", "", "file"),
File: flag.String("I", "", "Read packet data from specified file"),
Loop: flag.Int("l", 1, "Loop file. 0 - loop forever"),
OneAtAtime: flag.Bool("O", false, "Read packets one at a time (press Enter)"),
TopSpeed: flag.Bool("t", false, "Read packets as fast as possible, without sleeping"),
Expand Down

0 comments on commit 8d528eb

Please sign in to comment.