Explicitly state that master won't be there by default

parent c8b3edea
...@@ -22,7 +22,7 @@ module Pod ...@@ -22,7 +22,7 @@ module Pod
def self.options def self.options
[ [
['--sources=https://github.com/artsy/Specs,master', 'The sources from which to 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