VMM/cli/clihelp: Two small improvements:
authorPascal Volk <user@localhost.localdomain.org>
Sun, 23 Mar 2014 16:27:31 +0000
changeset 741 5ffba47a137d
parent 739 b65c3abf9ca8
child 742 56346f2cb631
VMM/cli/clihelp: Two small improvements: - Unified `wild card search' help messages. - Added a comment for xgettext, so it should no longer make a wrong decision about `python-format'.
VirtualMailManager/cli/clihelp.py
--- a/VirtualMailManager/cli/clihelp.py	Sun Mar 09 18:42:58 2014 +0000
+++ b/VirtualMailManager/cli/clihelp.py	Sun Mar 23 16:27:31 2014 +0000
@@ -56,6 +56,7 @@
     'listaliases': (_(u"""This command lists all defined aliases. Aliases
 belonging to alias-domains are prefixed with a '-', addresses of regular
 domains with a '+'. The output can be limited with an optional <pattern>."""),
+# xgettext:no-python-format
 _(u"""To perform a wild card search, the % character can be used at the start
 and/or the end of the <pattern>."""),),
     # TP: description of subcommand listdomains
@@ -85,7 +86,7 @@
 belonging to alias-domains are prefixed with a '-', addresses of regular
 domains with a '+'. The output can be limited with an optional <pattern>."""),
 _(u"""To perform a wild card search, the % character can be used at the start
-and/or the end of the pattern."""),),
+and/or the end of the <pattern>."""),),
     # TP: description of subcommand version
     'version': (_(u"""Prints vmm's version and copyright information to stdout.
 After this vmm exits."""),),