Skip to content

Commit

Permalink
Merge pull request #377 from mreiferson/remove_verbose_377
Browse files Browse the repository at this point in the history
apps: cleanup unused --verbose command
  • Loading branch information
jehiah committed Jun 20, 2014
2 parents a6912ff + 7a0e381 commit e4e4fc0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/nsq_to_file/nsq_to_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ var (

// TODO: remove, deprecated
gzipCompression = flag.Int("gzip-compression", 3, "(deprecated) use --gzip-level, gzip compression level (1 = BestSpeed, 2 = BestCompression, 3 = DefaultCompression)")
verbose = flag.Bool("verbose", false, "(deprecated) use --reader-opt=verbose")
)

func init() {
Expand Down
1 change: 0 additions & 1 deletion apps/nsq_to_http/nsq_to_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ var (
// TODO: remove, deprecated
roundRobin = flag.Bool("round-robin", false, "(deprecated) use --mode=round-robin, enable round robin mode")
maxBackoffDuration = flag.Duration("max-backoff-duration", 120*time.Second, "(deprecated) use --reader-opt=max_backoff_duration=X, the maximum backoff duration")
verbose = flag.Bool("verbose", false, "(depgrecated) use --reader-opt=verbose")
throttleFraction = flag.Float64("throttle-fraction", 1.0, "(deprecated) use --sample=X, publish only a fraction of messages")
httpTimeoutMs = flag.Int("http-timeout-ms", 20000, "(deprecated) use --http-timeout=X, timeout for HTTP connect/read/write (each)")
)
Expand Down
1 change: 0 additions & 1 deletion apps/nsq_to_nsq/nsq_to_nsq.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ var (

// TODO: remove, deprecated
maxBackoffDuration = flag.Duration("max-backoff-duration", 120*time.Second, "(deprecated) use --reader-opt=max_backoff_duration=X, the maximum backoff duration")
verbose = flag.Bool("verbose", false, "(depgrecated) use --reader-opt=verbose")
)

func init() {
Expand Down

0 comments on commit e4e4fc0

Please sign in to comment.