Skip to content

Instantly share code, notes, and snippets.

@rajasaur
Created September 21, 2010 01:05
Show Gist options
  • Save rajasaur/588973 to your computer and use it in GitHub Desktop.
Save rajasaur/588973 to your computer and use it in GitHub Desktop.
index f8d3edb..349df93 100644
--- a/lib/sproutcore/tools/init.rb
+++ b/lib/sproutcore/tools/init.rb
@@ -8,7 +8,7 @@
module SC
class Tools
- desc "sc-init PROJECT [APP]",
+ desc "PROJECT [APP]",
"Generates a SproutCore project with an initial application"
method_options('--dry-run' => false, :force => false)
def init(project_name, app_name=nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment