Skip to content

Commit 2cbfd0c

Browse files
committed
Changed option's description.
1 parent d4e17e5 commit 2cbfd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/badger/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def version
1414
long_desc File.read File.join File.dirname( __FILE__), '..', '..', 'DESC.md'
1515
method_option :png, :type => :boolean, :default => false, :desc => 'Generate PNG badges instead of the default SVG (because sometimes Github does caching things)'
1616
method_option :pulls, :type => :boolean, :default => false, :desc => 'Generate Github pull-request and issue-count badges'
17-
method_option :travis_com, :type => :boolean, :default => false, :desc => 'Description'
17+
method_option :travis_com, :type => :boolean, :default => false, :desc => 'Use the new travis-ci domain (travis-ci.com instead of travis-ci.org)'
1818
method_option :size, :type => :boolean, :default => false, :desc => 'Generate repo size badge'
1919
method_option :dci, :type => :boolean, :default => false, :desc => 'Include a Dependency CI badge (experimental)'
2020
method_option :style, :type => :string, :default => 'flat-square', :desc => "Choose a different badge style (currently supported: #{Config.instance.config['valid_styles'].join ', '})"

0 commit comments

Comments
 (0)