Skip to content

Commit

Permalink
Fix verbose param
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Aug 5, 2011
1 parent 9803a0e commit e0e4d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cramp/generators/templates/application/config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ end
#
# Very useful when you want to view all the data being sent/received by thin
#
# bundle exec thin --max-persistent-conns 1024 --timeout 0 -R -V config.ru start
# bundle exec thin --max-persistent-conns 1024 --timeout 0 -V -R config.ru start
#
run <%= app_const %>.routes

0 comments on commit e0e4d51

Please sign in to comment.