Unverified Commit d358b486 authored by Samuel Giddins's avatar Samuel Giddins Committed by GitHub

Merge pull request #7531 from mrh-is/pod-update-doc

Document format of POD_NAMES in pod update
parents 18fd90e1 fd33bf64
...@@ -58,6 +58,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -58,6 +58,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[Samuel Giddins](https://github.com/segiddins) [Samuel Giddins](https://github.com/segiddins)
[#6899](https://github.com/CocoaPods/CocoaPods/issues/6899) [#6899](https://github.com/CocoaPods/CocoaPods/issues/6899)
* Document format of POD_NAMES in pod update
[mrh-is](https://github.com/mrh-is)
##### Bug Fixes ##### Bug Fixes
* Prevent `xcassets` compilation from stomping over the apps `xcassets` * Prevent `xcassets` compilation from stomping over the apps `xcassets`
......
...@@ -8,11 +8,11 @@ module Pod ...@@ -8,11 +8,11 @@ module Pod
'Podfile.lock' 'Podfile.lock'
self.description = <<-DESC self.description = <<-DESC
Updates the Pods identified by the specified `POD_NAMES`. If no Updates the Pods identified by the specified `POD_NAMES`, which is a
`POD_NAMES` are specified it updates all the Pods ignoring the contents space-delimited list of pod names. If no `POD_NAMES` are specified, it
of the Podfile.lock. updates all the Pods, ignoring the contents of the Podfile.lock. This
This command is reserved to the update of dependencies and pod install command is reserved for the update of dependencies; pod install should
should be used to install changes to the Podfile. be used to install changes to the Podfile.
DESC DESC
self.arguments = [ self.arguments = [
......
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