VirtualMailManager/cli/subcommands.py
branchv0.6.x
changeset 446 18b75e6a39d5
parent 445 b8c94e06cd46
child 447 c31d604e26d3
equal deleted inserted replaced
445:b8c94e06cd46 446:18b75e6a39d5
   705     'domainquota': cmd('domainquota', 'dq', domain_quota,
   705     'domainquota': cmd('domainquota', 'dq', domain_quota,
   706                        _(u'fqdn storage [messages]') + ' [force]',
   706                        _(u'fqdn storage [messages]') + ' [force]',
   707                        _(u'update the quota limit of the specified domain')),
   707                        _(u'update the quota limit of the specified domain')),
   708     'domainservices': cmd('domainservices', 'ds', domain_services,
   708     'domainservices': cmd('domainservices', 'ds', domain_services,
   709                           _(u'fqdn [service ...]') + ' [force]',
   709                           _(u'fqdn [service ...]') + ' [force]',
   710                         _(u'enables the specified services and disables all '
   710                           _(u'enables the specified services and disables all '
   711                           u'not specified services of the given domain')),
   711                             u'not specified services of the given domain')),
   712     'domaintransport': cmd('domaintransport', 'dt', domain_transport,
   712     'domaintransport': cmd('domaintransport', 'dt', domain_transport,
   713                            _(u'fqdn transport') + ' [force]',
   713                            _(u'fqdn transport') + ' [force]',
   714                            _(u'update the transport of the specified domain')),
   714                            _(u'update the transport of the specified domain')),
   715     'listdomains': cmd('listdomains', 'ld', list_domains, _(u'[pattern]'),
   715     'listdomains': cmd('listdomains', 'ld', list_domains, _(u'[pattern]'),
   716                        _(u'list all domains / search domains by pattern')),
   716                        _(u'list all domains / search domains by pattern')),