VirtualMailManager/cli/clihelp.py
changeset 618 d8736bb80bdc
parent 609 56ec275911f2
child 621 d8b60e53334f
--- 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
+<destination>s from the alias with the given <address>."""),
+_(u"""When no <destination> 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 <address>
 can be displayed with this subcommand."""),),
@@ -222,8 +227,8 @@
 aliases defined for the domain <fqdn>."""),),
     # 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 <destination>s which
+were specified explicitly."""),),
 }
 
 del _