diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 21:09:53 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 21:09:53 +0000 |
commit | 6c4d0e25165d9f3256bd486028d010033d7a2e9c (patch) | |
tree | efe7aa76d81389d143545a6b0966d3bf71f5233c /fetchmail.man | |
parent | 67064276c060b0135c0bd8c0aa3292fa089134c3 (diff) | |
download | fetchmail-6c4d0e25165d9f3256bd486028d010033d7a2e9c.tar.gz fetchmail-6c4d0e25165d9f3256bd486028d010033d7a2e9c.tar.bz2 fetchmail-6c4d0e25165d9f3256bd486028d010033d7a2e9c.zip |
Change the `explicit' option to `skip'.
svn path=/trunk/; revision=147
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fetchmail.man b/fetchmail.man index c6215f9b..2630453d 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -404,21 +404,21 @@ Legal keywords are: flush fetchall rewrite - explicit + skip nokeep noflush nofetchall norewrite - noexplicit + noskip port .PP All these correspond to the obvuious command-line arguments except -two: \fBpassword\fR and \fBexplicit\fR. +two: \fBpassword\fR and \fBskip\fR. .PP The \fBpassword\fR option requires a string argument, which is the password to be used with the entry's server. .PP -The \fBexplicit\fR option tells +The \fBskip\fR option tells .I fetchmail not to query this host unless it is explicitly named on the command line. A host entry with this flag will be skipped when |