Skip to content

Commit

Permalink
Move debug flag to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Price committed Sep 6, 2012
1 parent 55c0af2 commit e20a21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nozomi/cli.rb
Expand Up @@ -16,11 +16,11 @@ class Nozomi::CLI < Clamp::Command
DESC

option ['-i', '--interactive'], :flag, 'Pick and choose the templates'
option ['--debug'], :flag, 'Print out debugging statements'
option ['-d', '--database'], 'DATABASE', 'Preconfigure for selected database',
:default => 'sqlite3'
option ['-j', '--javascript'], 'JAVASCRIPT', 'Preconfigure for selected JavaScript library',
:default => 'jquery'
option ['--debug'], :flag, 'Print out debugging statements'

parameter 'APP_NAME', 'The name of the Rails application you want to generate'

Expand Down

0 comments on commit e20a21f

Please sign in to comment.