diff -r 9eecf0160c39 -r d8736bb80bdc VirtualMailManager/cli/clihelp.py --- a/VirtualMailManager/cli/clihelp.py Mon Sep 24 19:13:51 2012 +0000 +++ b/VirtualMailManager/cli/clihelp.py Thu Sep 27 19:15:09 2012 +0000 @@ -193,6 +193,11 @@ will be replaced by the local part, the domain, or the email address with '@' replaced by '=' respectively. In combination with alias domains, this enables domain-specific destinations."""),), + # TP: description of subcommand aliasdelete + 'aliasdelete': (_(u"""This subcommand is used to delete one or multiple +s from the alias with the given
."""), +_(u"""When no address was specified the alias with all its +destinations will be deleted."""),), # TP: description of subcommand aliasinfo 'aliasinfo': (_(u"""Information about the alias with the given
can be displayed with this subcommand."""),), @@ -222,8 +227,8 @@ aliases defined for the domain ."""),), # TP: description of subcommand catchalldelete 'catchalldelete': (_(u"""With this subcommand, catch-all aliases defined -for a domain can be removed, either all of them, or a single one if specified -explicitly."""),), +for a domain can be removed, either all of them, or those s which +were specified explicitly."""),), } del _