Skip to content

Commit

Permalink
Fixed redundancy in sc-init description
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Sep 25, 2010
1 parent 1e11695 commit fee05db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sproutcore/tools/init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fee05db

Please sign in to comment.