]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
man: Global options includes: Added description of `-o setting=value'.
authorPascal Volk <user@localhost.localdomain.org>
Sat, 25 Oct 2014 21:24:06 +0000 (21:24 +0000)
committerPascal Volk <user@localhost.localdomain.org>
Sat, 25 Oct 2014 21:24:06 +0000 (21:24 +0000)
doc/man/global-options-formatter.inc
doc/man/global-options.inc

index a40c30fcadd90a6f136c55bf554d3775923d6f7f..b3b60c05a6cfd6459d44acce26e9bd20bf59ca3c 100644 (file)
@@ -31,5 +31,16 @@ prints a table header followed by tab separated value lines.
 prints a table header followed by adjusted value lines.
 .RE
 .TP
+.BI \-o\  setting = value
+Overrides the configuration
+.I setting
+from
+.I @pkgsysconfdir@/dovecot.conf
+and from the userdb with the given
+.IR value .
+In order to override multiple settings, the
+.B \-o
+option may be specified multiple times.
+.TP
 .B \-v
-Enables verbosity, including progress counter.
+Enables verbosity, including progress counter.
\ No newline at end of file
index fd7d062db33d8bf2684428b5d46e98f4a892ff8e..c45ba4a90ae14fcb8f24f361fe6b5dec1806e2c4 100644 (file)
@@ -6,5 +6,16 @@ Global
 .B \-D
 Enables verbosity and debug messages.
 .TP
+.BI \-o\  setting = value
+Overrides the configuration
+.I setting
+from
+.I @pkgsysconfdir@/dovecot.conf
+and from the userdb with the given
+.IR value .
+In order to override multiple settings, the
+.B \-o
+option may be specified multiple times.
+.TP
 .B \-v
-Enables verbosity, including progress counter.
+Enables verbosity, including progress counter.
\ No newline at end of file