VMM/cli/subcommands: Small indent fix.
--- a/VirtualMailManager/cli/subcommands.py Thu Nov 03 05:07:17 2011 +0000
+++ b/VirtualMailManager/cli/subcommands.py Thu Nov 03 05:32:47 2011 +0000
@@ -707,8 +707,8 @@
_(u'update the quota limit of the specified domain')),
'domainservices': cmd('domainservices', 'ds', domain_services,
_(u'fqdn [service ...]') + ' [force]',
- _(u'enables the specified services and disables all '
- u'not specified services of the given domain')),
+ _(u'enables the specified services and disables all '
+ u'not specified services of the given domain')),
'domaintransport': cmd('domaintransport', 'dt', domain_transport,
_(u'fqdn transport') + ' [force]',
_(u'update the transport of the specified domain')),