Browse Source

Fix server warning message

Bryan Crowe 10 years ago
parent
commit
38700e0031
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Shell/ServerShell.php

+ 1 - 1
src/Shell/ServerShell.php

@@ -153,7 +153,7 @@ class ServerShell extends Shell
 
         $parser->description([
             'PHP Built-in Server for CakePHP',
-            '<warning>[WARN] Don\'t use this at the production environment</warning>',
+            '<warning>[WARN] Don\'t use this in a production environment</warning>',
         ])->addOption('host', [
             'short' => 'H',
             'help' => 'ServerHost'