Blame SOURCES/cyrus-imapd-password_option.patch

62c494
diff --git a/man/imtest.1 b/man/imtest.1
62c494
index 5323186..6a9bb12 100644
62c494
--- a/man/imtest.1
62c494
+++ b/man/imtest.1
62c494
@@ -67,6 +67,10 @@ imtest \- interactive IMAP test program
62c494
 .I userid
62c494
 ]
62c494
 [
62c494
+.B \-w
62c494
+.I password
62c494
+]
62c494
+[
62c494
 .B \-k
62c494
 .I num
62c494
 ]
62c494
@@ -161,6 +165,9 @@ This is the userid whose identity will be assumed after authentication.
62c494
 \fBNOTE:\fR This is only used with SASL mechanisms that allow proxying
62c494
 (e.g. PLAIN, DIGEST-MD5).
62c494
 .TP
62c494
+.BI \-w " password"
62c494
+Password to use (if not supplied, we will prompt)
62c494
+.TP
62c494
 .BI -k " num"
62c494
 Minimum protection layer required.
62c494
 .TP
62c494
diff --git a/man/lmtptest.1 b/man/lmtptest.1
62c494
index 4381628..25b646b 100644
62c494
--- a/man/lmtptest.1
62c494
+++ b/man/lmtptest.1
62c494
@@ -67,6 +67,10 @@ lmtptest \- interactive LMTP test program
62c494
 .I userid
62c494
 ]
62c494
 [
62c494
+.B \-w
62c494
+.I password
62c494
+]
62c494
+[
62c494
 .B \-k
62c494
 .I num
62c494
 ]
62c494
@@ -139,6 +143,9 @@ This is the userid whose identity will be assumed after authentication.
62c494
 \fBNOTE:\fR This is only used with SASL mechanisms that allow proxying
62c494
 (e.g. PLAIN, DIGEST-MD5).
62c494
 .TP
62c494
+.BI -w " password"
62c494
+Password to use (if not supplied, we will prompt).
62c494
+.TP
62c494
 .BI -k " num"
62c494
 Minimum protection layer required.
62c494
 .TP
62c494
diff --git a/man/mupdatetest.1 b/man/mupdatetest.1
62c494
index aa9b44c..6332725 100644
62c494
--- a/man/mupdatetest.1
62c494
+++ b/man/mupdatetest.1
62c494
@@ -63,6 +63,10 @@ mupdatetest \- interactive MUPDATE test program
62c494
 .I userid
62c494
 ]
62c494
 [
62c494
+.B \-w
62c494
+.I password
62c494
+]
62c494
+[
62c494
 .B \-k
62c494
 .I num
62c494
 ]
62c494
@@ -127,6 +131,9 @@ Userid to use for authentication; defaults to the current user.
62c494
 This is the userid whose password or credentials will be presented to
62c494
 the server for verification.
62c494
 .TP
62c494
+.BI -w " password"
62c494
+Password to use (if not supplied, we will prompt)
62c494
+.TP
62c494
 .BI -u " userid"
62c494
 Userid to use for authorization; defaults to the current user.
62c494
 This is the userid whose identity will be assumed after authentication.
62c494
diff --git a/man/nntptest.1 b/man/nntptest.1
62c494
index 8a75487..55c4162 100644
62c494
--- a/man/nntptest.1
62c494
+++ b/man/nntptest.1
62c494
@@ -67,6 +67,10 @@ nntptest \- interactive NNTP test program
62c494
 .I userid
62c494
 ]
62c494
 [
62c494
+.B \-w
62c494
+.I password
62c494
+]
62c494
+[
62c494
 .B \-k
62c494
 .I num
62c494
 ]
62c494
@@ -143,6 +147,9 @@ This is the userid whose identity will be assumed after authentication.
62c494
 \fBNOTE:\fR This is only used with SASL mechanisms that allow proxying
62c494
 (e.g. PLAIN, DIGEST-MD5).
62c494
 .TP
62c494
+.BI -w " password"
62c494
+Password to use (if not supplied, we will prompt)
62c494
+.TP
62c494
 .BI -k " num"
62c494
 Minimum protection layer required.
62c494
 .TP
62c494
diff --git a/man/pop3test.1 b/man/pop3test.1
62c494
index 24b2efd..2d57c44 100644
62c494
--- a/man/pop3test.1
62c494
+++ b/man/pop3test.1
62c494
@@ -67,6 +67,10 @@ pop3test \- interactive POP3 test program
62c494
 .I userid
62c494
 ]
62c494
 [
62c494
+.B \-w
62c494
+.I password
62c494
+]
62c494
+[
62c494
 .B \-k
62c494
 .I num
62c494
 ]
62c494
@@ -143,6 +147,9 @@ This is the userid whose identity will be assumed after authentication.
62c494
 \fBNOTE:\fR This is only used with SASL mechanisms that allow proxying
62c494
 (e.g. PLAIN, DIGEST-MD5).
62c494
 .TP
62c494
+.BI -w " password"
62c494
+Password to use (if not supplied, we will prompt)
62c494
+.TP
62c494
 .BI -k " num"
62c494
 Minimum protection layer required.
62c494
 .TP
62c494
diff --git a/man/sivtest.1 b/man/sivtest.1
62c494
index 993b337..51d191d 100644
62c494
--- a/man/sivtest.1
62c494
+++ b/man/sivtest.1
62c494
@@ -67,6 +67,10 @@ sivtest \- interactive MANAGESIEVE test program
62c494
 .I userid
62c494
 ]
62c494
 [
62c494
+.B \-w
62c494
+.I password
62c494
+]
62c494
+[
62c494
 .B \-k
62c494
 .I num
62c494
 ]
62c494
@@ -139,6 +143,9 @@ This is the userid whose identity will be assumed after authentication.
62c494
 \fBNOTE:\fR This is only used with SASL mechanisms that allow proxying
62c494
 (e.g. PLAIN, DIGEST-MD5).
62c494
 .TP
62c494
+.BI -w " password"
62c494
+Password to use (if not supplied, we will prompt)
62c494
+.TP
62c494
 .BI -k " num"
62c494
 Minimum protection layer required.
62c494
 .TP
62c494
diff --git a/man/smtptest.1 b/man/smtptest.1
62c494
index 2726d08..8f6902b 100644
62c494
--- a/man/smtptest.1
62c494
+++ b/man/smtptest.1
62c494
@@ -67,6 +67,10 @@ smtptest \- interactive SMTP test program
62c494
 .I userid
62c494
 ]
62c494
 [
62c494
+.B \-w
62c494
+.I password
62c494
+]
62c494
+[
62c494
 .B \-k
62c494
 .I num
62c494
 ]
62c494
@@ -142,6 +146,9 @@ This is the userid whose identity will be assumed after authentication.
62c494
 \fBNOTE:\fR This is only used with SASL mechanisms that allow proxying
62c494
 (e.g. PLAIN, DIGEST-MD5).
62c494
 .TP
62c494
+.BI -w " password"
62c494
+Password to use (if not supplied, we will prompt)
62c494
+.TP
62c494
 .BI -k " num"
62c494
 Minimum protection layer required.
62c494
 .TP