From 3f62a577a44fa22e0b5e5b3b78a18bfc459bcc9c Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Thu, 11 Sep 2014 22:17:59 +0000 Subject: [PATCH] CliHelp: - remove help text about "password" command (not implemented) git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1683 a1433add-5e2c-0410-b055-b7f2511e0802 --- model/CliHelp.php | 1 - 1 file changed, 1 deletion(-) diff --git a/model/CliHelp.php b/model/CliHelp.php index 17ee8201..009725e7 100644 --- a/model/CliHelp.php +++ b/model/CliHelp.php @@ -49,7 +49,6 @@ class CliHelp extends Shell { "\t\t".sprintf("%-20s %s", "add: ", "Add a $module.")."\n". "\t\t".sprintf("%-20s %s", "update: ", "Update a $module.")."\n". "\t\t".sprintf("%-20s %s", "delete: ", "Delete a $module")."\n". - "\t\t".sprintf("%-20s %s", "password: ", "Changes the password for a $module")."\n", 'address' => "\t[
]\n" . "\t\tA address of recipient.\n", );