Update help message in CLI to correct typo and reflect new secret location

This commit is contained in:
bwestmoreland
2012-11-07 09:15:20 -05:00
committed by mde
parent bc575de19b
commit 047a24a854

View File

@@ -58,7 +58,7 @@ usage = [
, ' scaffold <name> [attrs] Create a new scaffolding. Scaffolding includes'
, ' the views, a model, controller and route'
, ' secret Generate a new application secret in'
, ' `congig/environment`'
, ' `config/secret`'
, ' controller <name> Generate a new controller including an index view'
, ' and and a route'
, ' model <name> [attrs] Generate a new model'