lib/edge/message.rb in edge_framework-0.9.10 vs lib/edge/message.rb in edge_framework-0.9.11

- old
+ new

@@ -6,24 +6,20 @@ %Q{Currently these are the available templates: html - Static HTML template php - Standard PHP template} syntax_create = -%Q{edge create <project_type> [project_name] -project_type - #{ available_template } -[project_name] - directory name, if not specified will use current directory} +%Q{edge create <project_type>} help = %Q{-------------------------------------------------------- Welcome to Edge Framework v-#{ Edge::VERSION } (#{ Edge::CODENAME }) -------------------------------------------------------- Creating Template #{ syntax_create } } create_wrong_syntax = -%Q{Wrong Syntax +%Q{WRONG SYNTAX The correct syntax is: #{ syntax_create } } MESSAGES = { :available_template => available_template,