Commit e3078191 authored by Eloy Duran's avatar Eloy Duran

Remove spec related entries from command help banners for now.

parent 4ff2ff3a
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
if $0 == __FILE__ if $0 == __FILE__
$:.unshift File.expand_path('../../lib', __FILE__) $:.unshift File.expand_path('../../lib', __FILE__)
require 'rubygems'
end end
require 'cocoa_pods' require 'cocoa_pods'
......
...@@ -34,8 +34,7 @@ module Pod ...@@ -34,8 +34,7 @@ module Pod
"\n" + "\n" +
" * setup\n" + " * setup\n" +
" * install\n" + " * install\n" +
" * repo\n" + " * repo"
" * spec"
end end
def self.options def self.options
......
...@@ -13,13 +13,8 @@ module Pod ...@@ -13,13 +13,8 @@ module Pod
remote can later be referred to by `NAME'. remote can later be referred to by `NAME'.
pod repo update NAME pod repo update NAME
Updates the local clone of the spec-repo `NAME'. Updates the local clone of the spec-repo `NAME'. If `NAME' is omitted
this will update all spec-repos in `~/.cocoa-pods'.}
pod repo change NAME URL
Changes the git remote of local spec-repo `NAME' to `URL'.
pod repo cd NAME
Changes the current working dir to the local spec-repo `NAME'.}
end end
extend Executable extend Executable
......
...@@ -4,7 +4,6 @@ require 'rubygems/version' ...@@ -4,7 +4,6 @@ require 'rubygems/version'
module Pod module Pod
class Version < Gem::Version class Version < Gem::Version
end end
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