# HG changeset patch
# User Pascal Volk <user@localhost.localdomain.org>
# Date 1357497016 0
# Node ID b6ef80a8daa233928187618007f1aea6327118bb
# Parent  5dba8063b70804dc20aef5e8792d77997fbe3dc2
VMM/cli/subcommands: Rephrased two help messages.

diff -r 5dba8063b708 -r b6ef80a8daa2 VirtualMailManager/cli/subcommands.py
--- a/VirtualMailManager/cli/subcommands.py	Sun Jan 06 18:15:20 2013 +0000
+++ b/VirtualMailManager/cli/subcommands.py	Sun Jan 06 18:30:16 2013 +0000
@@ -682,7 +682,7 @@
                "Possible service names are: imap, pop3, sieve and smtp.\nThe "
                "new service set will affect only those accounts for which "
                "the set has not been overridden. If you want to restore the "
-               "default to all accounts, you may pass --force.")),
+               "default to all accounts, you may pass the option--force.")),
            formatter_class=RawDescriptionHelpFormatter)
     ds.add_argument('fqdn', help=_('a fully qualified domain name'))
     ds.add_argument('-s', choices=SERVICES,
@@ -698,7 +698,7 @@
                "with this subcommand.\n\nThe new transport will affect only "
                "those accounts for which the transport has not been "
                "overridden. If you want to restore the default to all "
-               "accounts, you may pass --force.")),
+               "accounts, you may give the option --force.")),
            formatter_class=RawDescriptionHelpFormatter)
     dt.add_argument('fqdn', help=_('a fully qualified domain name'))
     dt.add_argument('transport', help=_('a Postfix transport (transport: or '