UpdateDatabase.php
authorEdward <edward@roojs.com>
Wed, 22 May 2013 07:17:21 +0000 (15:17 +0800)
committerEdward <edward@roojs.com>
Wed, 22 May 2013 07:17:21 +0000 (15:17 +0800)
UpdateDatabase.php

index 2a63553..bff1a07 100644 (file)
@@ -58,7 +58,7 @@ class Pman_Core_UpdateDatabase extends Pman
     {
         if($args == 'Person'){
             if(empty($opt['source']) || empty($opt['prefix'])){
-                die("Missing Source directory for json files or prefix for the passwrod! Try -f [JSON file path] -p [prefix]");
+                die("Missing Source directory for json files or prefix for the passwrod! Try -f [JSON file path] -p [prefix] \n");
             }
         }
         $this->importSQL();