Commit 674ce0c3 authored by Victor Ilyukevich's avatar Victor Ilyukevich

replace some quotes in command's banners

to prevent broken syntax highlighting in emacs (and maybe in another
editors too)
parent 0db11dd2
...@@ -6,15 +6,14 @@ module Pod ...@@ -6,15 +6,14 @@ module Pod
$ pod install [PROJECT] $ pod install [PROJECT]
Downloads all dependencies defined in `Podfile' and creates an Xcode Downloads all dependencies defined in 'Podfile' and creates an Xcode
Pods library project in `./Pods'. Pods library project in './Pods'.
In case `PROJECT' is given, it configures it to use the specified Pods In case 'PROJECT' is given, it configures it to use the specified Pods
and generates a workspace with the Pods project and `PROJECT'. (It is and generates a workspace with the Pods project and 'PROJECT'. (It is
important that once you have run this you open the workspace instead of important that once you have run this you open the workspace instead of
`PROJECT'.) You usually specify `PROJECT' only the first time that you 'PROJECT'.) You usually specify 'PROJECT' only the first time that you
run `pod install'. run 'pod install'.}
}
end end
def self.options def self.options
......
...@@ -8,13 +8,13 @@ module Pod ...@@ -8,13 +8,13 @@ module Pod
$ 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'.}
end end
extend Executable extend Executable
......
...@@ -6,8 +6,8 @@ module Pod ...@@ -6,8 +6,8 @@ module Pod
$ pod search [QUERY] $ pod search [QUERY]
Searches for pods, ignoring case, whose name matches `QUERY'. If the Searches for pods, ignoring case, whose name matches 'QUERY'. If the
`--full' option is specified, this will also search in the summary and '--full' option is specified, this will also search in the summary and
description of the pods.} description of the pods.}
end end
......
...@@ -6,8 +6,8 @@ module Pod ...@@ -6,8 +6,8 @@ module Pod
$ pod setup $ pod setup
Creates a directory at `~/.cocoapods' which will hold your spec-repos. Creates a directory at '~/.cocoapods' which will hold your spec-repos.
This is where it will create a clone of the public `master' spec-repo from: This is where it will create a clone of the public 'master' spec-repo from:
https://github.com/CocoaPods/Specs https://github.com/CocoaPods/Specs
......
...@@ -6,12 +6,12 @@ module Pod ...@@ -6,12 +6,12 @@ module Pod
$ 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
def initialize(argv) def initialize(argv)
......
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