Commit 3efdcdad authored by Eloy Durán's avatar Eloy Durán

[Update Command] Remove duplicate option in help. Closes #725.

parent e71b2188
......@@ -9,10 +9,6 @@ module Pod
Updates all dependencies.}
end
def self.options
[["--no-update", "Skip running `pod repo update` before install"]].concat(super)
end
def initialize(argv)
config.skip_repo_update = argv.option('--no-update')
super unless argv.empty?
......
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