# HG changeset patch
# User Pascal Volk <user@localhost.localdomain.org>
# Date 1395592051 0
# Node ID 5ffba47a137d04736e4a36f44ecfb43905697df0
# Parent  b65c3abf9ca8ffd395e5b65b5e8cbfb58eceeda8
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'.

diff -r b65c3abf9ca8 -r 5ffba47a137d 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."""),),