VMM/cli/subcommands: Rephrased two help messages. v0.7.x
authorPascal Volk <user@localhost.localdomain.org>
Sun, 06 Jan 2013 18:30:16 +0000
branchv0.7.x
changeset 679 b6ef80a8daa2
parent 678 5dba8063b708
child 680 5365af94a8ec
VMM/cli/subcommands: Rephrased two help messages.
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 '