Skip to content

Commit

Permalink
[Pod::Command] description for no color option
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Apr 26, 2012
1 parent 89931fe commit 7d973f6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/cocoapods/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ def self.banner

def self.options
[
['--help', 'Show help information'],
['--silent', 'Print nothing'],
['--verbose', 'Print more information while working'],
['--version', 'Prints the version of CocoaPods'],
['--help', 'Show help information'],
['--silent', 'Print nothing'],
['--no-color', 'Print output without color'],
['--verbose', 'Print more information while working'],
['--version', 'Prints the version of CocoaPods'],
]
end

Expand Down

0 comments on commit 7d973f6

Please sign in to comment.