# HG changeset patch
# User Pascal Volk <neverseen@users.sourceforge.net>
# Date 1320298367 0
# Node ID 18b75e6a39d5269af68608012055d6c7b094fb3b
# Parent  b8c94e06cd461660928f96221ef34bcd0c8da568
VMM/cli/subcommands: Small indent fix.

diff -r b8c94e06cd46 -r 18b75e6a39d5 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')),