Commit f2c30689 authored by Eloy Duran's avatar Eloy Duran

Fix help banners

parent 6cf539af
...@@ -6,17 +6,18 @@ module Pod ...@@ -6,17 +6,18 @@ module Pod
def self.banner def self.banner
%{Managing spec-repos: %{Managing spec-repos:
$ pod help repo $ pod repo add NAME URL
pod repo add NAME URL
Clones `URL' in the local spec-repos directory at `~/.cocoapods'. The Clones `URL' in the local spec-repos directory at `~/.cocoapods'. The
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'. If `NAME' is omitted Updates the local clone of the spec-repo `NAME'. If `NAME' is omitted
this will update all spec-repos in `~/.cocoapods'. this will update all spec-repos in `~/.cocoapods'.
pod repo set-url NAME URL $ pod repo set-url NAME URL
Updates the remote `URL' of the spec-repo `NAME'.} Updates the remote `URL' of the spec-repo `NAME'.}
end end
......
...@@ -4,12 +4,12 @@ module Pod ...@@ -4,12 +4,12 @@ module Pod
def self.banner def self.banner
%{Managing PodSpec files: %{Managing PodSpec files:
$ pod help spec $ pod spec create NAME
pod spec create NAME
Creates a PodSpec, in the current working dir, called `NAME.podspec'. Creates a PodSpec, in the current working dir, called `NAME.podspec'.
pod spec lint NAME.podspec $ pod spec lint NAME.podspec
Validates `NAME.podspec'. In case `NAME.podspec' is omitted, it defaults Validates `NAME.podspec'. In case `NAME.podspec' is omitted, it defaults
to `*.podspec' in the current working dir.} to `*.podspec' in the current working dir.}
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