diff --git a/scripts/shells/alias.php b/scripts/shells/alias.php index cc486e4c..85cb2a84 100644 --- a/scripts/shells/alias.php +++ b/scripts/shells/alias.php @@ -122,11 +122,11 @@ class AddTask extends Shell { */ function help() { $this->hr(); - $this->out("Usage: postfixadmin-cli user add
[] [-g]"); + $this->out("Usage: postfixadmin-cli alias add
"); $this->hr(); $this->out('Commands:'); - $this->out("\n\tadd\n\t\tAdds mailbox in interactive mode."); - $this->out("\n\tadd
[] [-g] \n\t\tAdds mailbox for
with password of if -g with rand pw. in MB."); + $this->out("\n\tadd\n\t\tAdds alias in interactive mode."); + $this->out("\n\tadd
\n\t\tAdds an alias
-> \n\t\t accepts multiple addresses as comma-separated list."); $this->out(""); $this->_stop(); }