Commit fef59f73 authored by Piet Brauer's avatar Piet Brauer

Name is not optional -> no square braces

parent 053f655f
......@@ -15,7 +15,7 @@ module Pod
A template URL is optional. If no URL is specified it will use the default template provided by CocoaPods.
DESC
self.arguments = '[NAME] [TEMPLATE_URL]'
self.arguments = 'NAME [TEMPLATE_URL]'
def initialize(argv)
@name = argv.shift_argument
......
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