VirtualMailManager/cli/clihelp.py
changeset 621 d8b60e53334f
parent 618 d8736bb80bdc
child 643 df1e3b67882a
child 675 d24f094d1cb5
equal deleted inserted replaced
620:ca882a1ff90b 621:d8b60e53334f
    42 _(u"""Note: This subcommand will create a new vmm.cfg without any comments.
    42 _(u"""Note: This subcommand will create a new vmm.cfg without any comments.
    43 Your current configuration file will be backed as vmm.cfg.bak."""),),
    43 Your current configuration file will be backed as vmm.cfg.bak."""),),
    44     # TP: description of subcommand getuser
    44     # TP: description of subcommand getuser
    45     'getuser': (_(u"""If only the <uid> is available, for example from process
    45     'getuser': (_(u"""If only the <uid> is available, for example from process
    46 list, the subcommand getuser will show the user's address."""),),
    46 list, the subcommand getuser will show the user's address."""),),
       
    47     # TP: description of subcommand listaddresses
       
    48     'listaddresses': (_(u"""This command lists all defined addresses.
       
    49 Addresses belonging to alias-domains are prefixed with a '-', addresses of
       
    50 regular domains with a '+'. Additionally, the letters 'u', 'a', and 'r'
       
    51 indicate the type of each address: user, alias and relocated respectively.
       
    52 The output can be limited with an optional <pattern>."""),
       
    53 _(u"""To perform a wild card search, the % character can be used at the start
       
    54 and/or the end of the <pattern>."""),),
       
    55     # TP: description of subcommand listaliases
       
    56     'listaliases': (_(u"""This command lists all defined aliases. Aliases
       
    57 belonging to alias-domains are prefixed with a '-', addresses of regular
       
    58 domains with a '+'. The output can be limited with an optional <pattern>."""),
       
    59 _(u"""To perform a wild card search, the % character can be used at the start
       
    60 and/or the end of the <pattern>."""),),
    47     # TP: description of subcommand listdomains
    61     # TP: description of subcommand listdomains
    48     'listdomains': (_(u"""This subcommand lists all available domains. All
    62     'listdomains': (_(u"""This subcommand lists all available domains. All
    49 domain names will be prefixed either with `[+]', if the domain is a primary
    63 domain names will be prefixed either with `[+]', if the domain is a primary
    50 domain, or with `[-]', if it is an alias domain name. The output can be
    64 domain, or with `[-]', if it is an alias domain name. The output can be
    51 limited with an optional <pattern>."""),
    65 limited with an optional <pattern>."""),
    57 The output varies, depending on the used Dovecot version and the system's
    71 The output varies, depending on the used Dovecot version and the system's
    58 libc."""),
    72 libc."""),
    59 _(u"""When your Dovecot installation isn't too old, you will see additionally
    73 _(u"""When your Dovecot installation isn't too old, you will see additionally
    60 a few usable encoding suffixes. One of them can be appended to the password
    74 a few usable encoding suffixes. One of them can be appended to the password
    61 scheme."""),),
    75 scheme."""),),
       
    76     # TP: description of subcommand listrelocated
       
    77     'listrelocated': (_(u"""This command lists all defined relocated addresses.
       
    78 Relocated entries belonging to alias-domains are prefixed with a '-', addresses
       
    79 of regular domains with a '+'. The output can be limited with an optional
       
    80 <pattern>."""),
       
    81 _(u"""To perform a wild card search, the % character can be used at the start
       
    82 and/or the end of the <pattern>."""),),
       
    83     # TP: description of subcommand listusers
       
    84     'listusers': (_(u"""This command lists all user accounts. User accounts
       
    85 belonging to alias-domains are prefixed with a '-', addresses of regular
       
    86 domains with a '+'. The output can be limited with an optional <pattern>."""),
       
    87 _(u"""To perform a wild card search, the % character can be used at the start
       
    88 and/or the end of the pattern."""),),
    62     # TP: description of subcommand version
    89     # TP: description of subcommand version
    63     'version': (_(u"""Prints vmm's version and copyright information to stdout.
    90     'version': (_(u"""Prints vmm's version and copyright information to stdout.
    64 After this vmm exits."""),),
    91 After this vmm exits."""),),
    65     # TP: description of subcommand domainadd
    92     # TP: description of subcommand domainadd
    66     'domainadd': (_(u"""Adds the new domain into the database and creates the
    93     'domainadd': (_(u"""Adds the new domain into the database and creates the