Commit 57195613 authored by Piet Brauer's avatar Piet Brauer

Add different wording for `lib create` command description

parent fef59f73
...@@ -12,7 +12,8 @@ module Pod ...@@ -12,7 +12,8 @@ module Pod
self.description = <<-DESC self.description = <<-DESC
Creates a new Pod with the given name from the template in the working directory. Creates a new Pod with the given name from the template in the working directory.
A template URL is optional. If no URL is specified it will use the default template provided by CocoaPods. Creates a scaffold for the development of a new Pod according to the CocoaPods best practices.
If a `TEMPLATE_URL`, pointing to a git repo containing a compatible template, is specified, it will be used in place of the default one.
DESC DESC
self.arguments = 'NAME [TEMPLATE_URL]' self.arguments = 'NAME [TEMPLATE_URL]'
......
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