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