Commit d2ab653f authored by Danielle Tomlinson's avatar Danielle Tomlinson Committed by GitHub

Merge pull request #6208 from CocoaPods/dani_command_update_help

[Command::Update] Update docs for --sources
parents 108dc513 120aec43
...@@ -21,8 +21,8 @@ module Pod ...@@ -21,8 +21,8 @@ module Pod
def self.options def self.options
[ [
['--sources=https://github.com/artsy/Specs', 'The sources from which to only update dependent pods ' \ ['--sources=https://github.com/artsy/Specs,master', 'The sources from which to update dependent pods. ' \
'Multiple sources must be comma-delimited.'], 'Multiple sources must be comma-delimited. The master repo will not be included by default with this option.'],
].concat(super) ].concat(super)
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