Commit 9ab00867 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[List] Fix CLAide options

parent 91f1aee8
......@@ -200,4 +200,4 @@ DEPENDENCIES
xcodeproj!
BUNDLED WITH
1.10.0
1.10.2
......@@ -5,10 +5,10 @@ module Pod
self.description = 'Lists all available pods.'
def self.options
[[
'--update', 'Run `pod repo update` before listing',
'--stats', 'Show additional stats (like GitHub watchers and forks)'
]].concat(super)
[
['--update', 'Run `pod repo update` before listing'],
['--stats', 'Show additional stats (like GitHub watchers and forks)'],
].concat(super)
end
def initialize(argv)
......
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