You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-07 17:42:53 +03:00
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
This commit is contained in:
@@ -49,7 +49,6 @@ class CliHelp extends Shell {
|
|||||||
"\t\t".sprintf("%-20s %s", "add: ", "Add a $module.")."\n".
|
"\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", "update: ", "Update a $module.")."\n".
|
||||||
"\t\t".sprintf("%-20s %s", "delete: ", "Delete 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[<address>]\n" .
|
'address' => "\t[<address>]\n" .
|
||||||
"\t\tA address of recipient.\n",
|
"\t\tA address of recipient.\n",
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user