VMM/cli/subcommands: Small indent fix. v0.6.x
authorPascal Volk <neverseen@users.sourceforge.net>
Thu, 03 Nov 2011 05:32:47 +0000
branchv0.6.x
changeset 446 18b75e6a39d5
parent 445 b8c94e06cd46
child 447 c31d604e26d3
VMM/cli/subcommands: Small indent fix.
VirtualMailManager/cli/subcommands.py
--- 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')),