Skip to content

Commit

Permalink
Update usage and unique flag description.
Browse files Browse the repository at this point in the history
  • Loading branch information
bemasher committed Jul 9, 2015
1 parent c4340c3 commit de00b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Usage of rtlamr:
-samplefile=/dev/null: raw signal dump file
-single=false: one shot execution
-symbollength=72: symbol length in samples, see -help for valid lengths
-unique=false: suppress duplicate messages from each meter
rtltcp specific:
-agcmode=false: enable/disable rtl agc
Expand Down
2 changes: 1 addition & 1 deletion flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var decimation = flag.Int("decimation", 1, "integer decimation factor, keep ever
var timeLimit = flag.Duration("duration", 0, "time to run for, 0 for infinite, ex. 1h5m10s")
var meterID UintMap
var meterType UintMap
var unique = flag.Bool("unique", false, "do not print duplicate messages from each meter")
var unique = flag.Bool("unique", false, "suppress duplicate messages from each meter")

var encoder Encoder
var format = flag.String("format", "plain", "format to write log messages in: plain, csv, json, xml or gob")
Expand Down

0 comments on commit de00b1d

Please sign in to comment.