10 Dec
2014
10 Dec
'14
2:50 p.m.
On 12/10/2014 01:54 PM, Stephen Lidie wrote:
The reason I did not see -o is because that option is NOT documented in the man pages for my dovecot installation, for whatever reason! Either of our egreps would have found it if only it had been there :(
[root]# man doveadm|egrep -i '\-v' -v Enables verbosity, including progress counter. [root]# man doveadm|egrep -i '\-o' [root]# man doveadm|egrep -i -- -o [root]# man doveadm|egrep -i -- -v -v Enables verbosity, including progress counter. [root]#
FWIW this is CentOS 7 with dovecot installed from an RPM:
[root]# yum list dovecot Loaded plugins: fastestmirror, langpacks, versionlock Loading mirror speeds from cached hostfile
- base: linux.cc.lehigh.edu
- epel: mirror.umd.edu
- extras: mirror.es.its.nyu.edu
- updates: mirrors.advancedhosters.com Installed Packages dovecot.x86_64 1:2.2.10-4.el7_0.1 @updates Documentation for -o was added recently, it is not even on the man-pages of the 2.2.15 release.
br, Teemu Huovila