equal
deleted
inserted
replaced
596 help=_('lists all usable password schemes and password encoding ' |
596 help=_('lists all usable password schemes and password encoding ' |
597 'suffixes'), |
597 'suffixes'), |
598 epilog=fill(_("This subcommand lists all password schemes which " |
598 epilog=fill(_("This subcommand lists all password schemes which " |
599 "could be used in the vmm.cfg as value of the " |
599 "could be used in the vmm.cfg as value of the " |
600 "misc.password_scheme option. The output varies, depending " |
600 "misc.password_scheme option. The output varies, depending " |
601 "on the used Dovecot version and the system's libc.\nWhen " |
601 "on the used Dovecot version and the system's libc.\n" |
602 "your Dovecot installation isn't too old, you will see " |
602 "Additionally a few usable encoding suffixes will be " |
603 "additionally a few usable encoding suffixes. One of them can " |
603 "displayed. One of them can be appended to the password " |
604 "be appended to the password scheme.")), |
604 "scheme.")), |
605 formatter_class=RawDescriptionHelpFormatter) |
605 formatter_class=RawDescriptionHelpFormatter) |
606 lp.set_defaults(func=list_pwschemes, scmd='listpwschemes') |
606 lp.set_defaults(func=list_pwschemes, scmd='listpwschemes') |
607 |
607 |
608 ### |
608 ### |
609 # domain subcommands |
609 # domain subcommands |