Commit 419b21d6 authored by Fabio Pelosin's avatar Fabio Pelosin

[Command::Push] Fix --allow-warnings description

parent 1018521a
...@@ -16,7 +16,7 @@ module Pod ...@@ -16,7 +16,7 @@ module Pod
self.arguments = 'REPO [NAME.podspec]' self.arguments = 'REPO [NAME.podspec]'
def self.options def self.options
[ ["--allow-warnings", "Allows to push if warnings are not evitable"], [ ["--allow-warnings", "Allows pushing even if there are warnings"],
["--local-only", "Does not perform the step of pushing REPO to its remote"] ].concat(super) ["--local-only", "Does not perform the step of pushing REPO to its remote"] ].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