Commit 279fa809 authored by Michael Helmbrecht's avatar Michael Helmbrecht Committed by Michael Helmbrecht

[Docs] Document format of POD_NAMES in pod update

Also small grammar edits
parent 18fd90e1
......@@ -8,11 +8,11 @@ module Pod
'Podfile.lock'
self.description = <<-DESC
Updates the Pods identified by the specified `POD_NAMES`. If no
`POD_NAMES` are specified it updates all the Pods ignoring the contents
of the Podfile.lock.
This command is reserved to the update of dependencies and pod install
should be used to install changes to the Podfile.
Updates the Pods identified by the specified `POD_NAMES`, which is a
space-delimited list of pod names. If no `POD_NAMES` are specified, it
updates all the Pods, ignoring the contents of the Podfile.lock. This
command is reserved for the update of dependencies; pod install should
be used to install changes to the Podfile.
DESC
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