VMM/cli/subcommands: Rephrased two help messages.
--- 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 '