Commit e703f157 authored by Aaron London's avatar Aaron London

Update sources option documention for multiple sources.

parent a76509f6
......@@ -113,8 +113,9 @@ module Pod
['--subspec=NAME', 'Lint validates only the given subspec'],
['--no-subspecs', 'Lint skips validation of subspecs'],
['--no-clean', 'Lint leaves the build directory intact for inspection'],
['--sources=https://github.com/artsy/Specs', 'The sources to pull dependant pods from ' \
'(defaults to https://github.com/CocoaPods/Specs.git)']].concat(super)
['--sources=https://github.com/artsy/Specs', 'The sources from which to pull dependant pods ' \
'(defaults to https://github.com/CocoaPods/Specs.git). '\
'Multiple sources must be comma-delimited.']].concat(super)
end
def initialize(argv)
......
......@@ -68,8 +68,9 @@ module Pod
['--subspec=NAME', 'Lint validates only the given subspec'],
['--no-subspecs', 'Lint skips validation of subspecs'],
['--no-clean', 'Lint leaves the build directory intact for inspection'],
['--sources=https://github.com/artsy/Specs', 'The sources to pull dependant pods from ' \
'(defaults to https://github.com/CocoaPods/Specs.git)']].concat(super)
['--sources=https://github.com/artsy/Specs', 'The sources from which to pull dependant pods ' \
'(defaults to https://github.com/CocoaPods/Specs.git). '\
'Multiple sources must be comma-delimited.']].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