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

[List] Fix CLAide options

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