From 763c9abee43bb32c852b05c4ef8b6a0a862fbcc1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 15 Nov 2013 17:05:30 +0800 Subject: [PATCH] UpdateDatabase.php --- UpdateDatabase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UpdateDatabase.php b/UpdateDatabase.php index 45b18305..8dedb8ed 100644 --- a/UpdateDatabase.php +++ b/UpdateDatabase.php @@ -27,14 +27,14 @@ class Pman_Core_UpdateDatabase extends Pman 'max' => 1, ), 'add-company' => array( - 'desc' => 'name of the company', + 'desc' => 'add a company name of the company', 'short' => 'n', 'default' => '', 'min' => 1, 'max' => 1, ), 'add-company-with-type' => array( - 'desc' => 'the type of company', + 'desc' => 'the type of company (default OWNER)', 'short' => 't', 'default' => '', 'min' => 1, -- 2.39.2