Created
September 21, 2010 01:05
-
-
Save rajasaur/588973 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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