diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-05 06:48:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-05 06:48:22 +0000 |
commit | 20d8df46af60ac0b93600da8018bf712b0a761ad (patch) | |
tree | 77992f80d616a740c119531dd3b4f601ac4da1ea /fetchmail.man | |
parent | a39c16655a2d05c7981211352e33d7159758c4f7 (diff) | |
download | fetchmail-20d8df46af60ac0b93600da8018bf712b0a761ad.tar.gz fetchmail-20d8df46af60ac0b93600da8018bf712b0a761ad.tar.bz2 fetchmail-20d8df46af60ac0b93600da8018bf712b0a761ad.zip |
Enable - as config file argument.
svn path=/trunk/; revision=2175
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index 27bdc69d..255853cb 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -420,8 +420,11 @@ option does not work with ETRN. .B \-f pathname, --fetchmailrc pathname Specify a non-default name for the .I .fetchmailrc -run control file. Unless the --version option is also on, the file must have -permissions no more open than 0600 (u=rw,g=,o=) or else be /dev/null. +run control file. The pathname argument must be either "-" (a single +dash, meaning to read the configuration from standard input) or a +filename. Unless the --version option is also on, a named file +argument must have permissions no more open than 0600 (u=rw,g=,o=) or +else be /dev/null. .TP .B \-i pathname, --idfile pathname (Keyword: idfile) |