788 _(u'enables the specified services and disables all ' |
788 _(u'enables the specified services and disables all ' |
789 u'not specified services')), |
789 u'not specified services')), |
790 'usertransport': cmd('usertransport', 'ut', user_transport, |
790 'usertransport': cmd('usertransport', 'ut', user_transport, |
791 'address transport | address domain', |
791 'address transport | address domain', |
792 _(u'update the transport of the given address')), |
792 _(u'update the transport of the given address')), |
793 'usernote': cmd('usernote', 'uo', user_note, |
793 'usernote': cmd('usernote', 'uo', user_note, 'address [note]', |
794 'address note', |
|
795 _(u'update the note of the given address')), |
794 _(u'update the note of the given address')), |
796 # Alias commands |
795 # Alias commands |
797 'aliasadd': cmd('aliasadd', 'aa', alias_add, 'address destination ...', |
796 'aliasadd': cmd('aliasadd', 'aa', alias_add, 'address destination ...', |
798 _(u'create a new alias e-mail address with one or more ' |
797 _(u'create a new alias e-mail address with one or more ' |
799 u'destinations')), |
798 u'destinations')), |
840 _(u'enables the specified services and disables all ' |
839 _(u'enables the specified services and disables all ' |
841 u'not specified services of the given domain')), |
840 u'not specified services of the given domain')), |
842 'domaintransport': cmd('domaintransport', 'dt', domain_transport, |
841 'domaintransport': cmd('domaintransport', 'dt', domain_transport, |
843 'fqdn transport [force]', |
842 'fqdn transport [force]', |
844 _(u'update the transport of the specified domain')), |
843 _(u'update the transport of the specified domain')), |
845 'domainnote': cmd('domainnote', 'do', domain_note, |
844 'domainnote': cmd('domainnote', 'do', domain_note, 'fqdn [note]', |
846 'fqdn note', |
|
847 _(u'update the note of the given domain')), |
845 _(u'update the note of the given domain')), |
848 # List commands |
846 # List commands |
849 'listdomains': cmd('listdomains', 'ld', list_domains, '[pattern]', |
847 'listdomains': cmd('listdomains', 'ld', list_domains, '[pattern]', |
850 _(u'list all domains or search for domains by pattern')), |
848 _(u'list all domains or search for domains by pattern')), |
851 'listaddresses': cmd('listaddresses', 'll', list_addresses, '[pattern]', |
849 'listaddresses': cmd('listaddresses', 'll', list_addresses, '[pattern]', |