dbgenerate.js
authorChris <chris@roojs.com>
Thu, 5 Jul 2012 08:11:31 +0000 (16:11 +0800)
committerChris <chris@roojs.com>
Thu, 5 Jul 2012 08:11:31 +0000 (16:11 +0800)
Attribute Changed :dbgenerate.js

dbgenerate.js

index 95bdabf..ee321bb 100644 (file)
@@ -55,7 +55,7 @@ var o = new Options({
         { arg_long : 'DBTYPE' , arg_short : 't', description : 'Database Type (eg. MySQL or PostgreSQL ' },
         { arg_long : 'DBNAME' , arg_short : 'd', description : 'Database Name' },
         { arg_long : 'USERNAME' , arg_short : 'u', description : 'Username'},
-        { arg_long : 'PASSWORD' , arg_short : 'p', description : '' , arg_default :'' },
+        { arg_long : 'PASSWORD' , arg_short : 'p', description : 'Password' , arg_default :'' },
         { arg_long : 'INI' , arg_short : 'I', description :
                     'Either base directory which has Pman/***/DataObjects/***.links.ini or location of ini file.' },
     ]