Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Removed a left-over debug option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Peterse committed Jun 6, 2014
1 parent e07da29 commit 93a43a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/ruby-lint
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ Examples:
on :p=, :presenter=, 'The presenter to use', :as => String
on :a=, :analysis=, 'The analysis classes to use', :as => Array
on :b, :benchmark, 'Enables benchmarking mode'
on :d, :debug, 'Displays debugging output in STDERR'

run do |opts, args|
abort 'You must specify at least one file to analyze' if args.empty?
Expand Down

0 comments on commit 93a43a3

Please sign in to comment.