Skip to content

Commit

Permalink
updated description of generators to include the name position
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Anema committed Jan 16, 2013
1 parent 2688fb6 commit bdfa7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/gamebox
Expand Up @@ -75,11 +75,11 @@ class GameboxThorCommand < Thor
end
end

desc "generate [actor|behavior|stage]", "Gamebox generator, this will generate templated files for you for quicker development"
desc "generate [actor|behavior|stage] NAME", "Gamebox generator, this will generate templated files for you for quicker development"
def generate(*args)
run_rake_task("generate:#{args.shift}", *args)
end
desc "g [actor|behavior|stage]", "Gamebox generator, this will generate templated files for you for quicker development"
desc "g [actor|behavior|stage] NAME", "Gamebox generator, this will generate templated files for you for quicker development"
alias_method :g, :generate

end
Expand Down

0 comments on commit bdfa7a2

Please sign in to comment.