Commit 7d973f6d authored by Fabio Pelosin's avatar Fabio Pelosin

[Pod::Command] description for no color option

parent 89931fef
...@@ -55,10 +55,11 @@ module Pod ...@@ -55,10 +55,11 @@ module Pod
def self.options def self.options
[ [
['--help', 'Show help information'], ['--help', 'Show help information'],
['--silent', 'Print nothing'], ['--silent', 'Print nothing'],
['--verbose', 'Print more information while working'], ['--no-color', 'Print output without color'],
['--version', 'Prints the version of CocoaPods'], ['--verbose', 'Print more information while working'],
['--version', 'Prints the version of CocoaPods'],
] ]
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment