Skip to content

Commit

Permalink
Changed option's description.
Browse files Browse the repository at this point in the history
  • Loading branch information
dexpota committed Aug 29, 2018
1 parent d4e17e5 commit 2cbfd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/badger/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def version
long_desc File.read File.join File.dirname( __FILE__), '..', '..', 'DESC.md'
method_option :png, :type => :boolean, :default => false, :desc => 'Generate PNG badges instead of the default SVG (because sometimes Github does caching things)'
method_option :pulls, :type => :boolean, :default => false, :desc => 'Generate Github pull-request and issue-count badges'
method_option :travis_com, :type => :boolean, :default => false, :desc => 'Description'
method_option :travis_com, :type => :boolean, :default => false, :desc => 'Use the new travis-ci domain (travis-ci.com instead of travis-ci.org)'
method_option :size, :type => :boolean, :default => false, :desc => 'Generate repo size badge'
method_option :dci, :type => :boolean, :default => false, :desc => 'Include a Dependency CI badge (experimental)'
method_option :style, :type => :string, :default => 'flat-square', :desc => "Choose a different badge style (currently supported: #{Config.instance.config['valid_styles'].join ', '})"
Expand Down

0 comments on commit 2cbfd0c

Please sign in to comment.