diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-25 10:28:04 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-25 10:28:04 +0000 |
commit | 39b9add3ccc3aabad2382b06d4fbdbae41f53e63 (patch) | |
tree | 94153a9237b19fb74f3d98a6537cab8cdcc9a925 | |
parent | 63691d7a0f51ca09df58b30d4e62a173b70c4c17 (diff) | |
download | fetchmail-39b9add3ccc3aabad2382b06d4fbdbae41f53e63.tar.gz fetchmail-39b9add3ccc3aabad2382b06d4fbdbae41f53e63.tar.bz2 fetchmail-39b9add3ccc3aabad2382b06d4fbdbae41f53e63.zip |
Document command line abbreviations user(name) and proto(col).
svn path=/trunk/; revision=4323
-rw-r--r-- | fetchmail.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index 973863c5..7e47fb45 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -217,7 +217,7 @@ separately sepecified with the --limit option. This option does not work with ETRN or ODMR. .SS Protocol and Query Options .TP -.B \-p <proto> | \-\-protocol <proto> +.B \-p <proto> | \-\-proto <proto> | \-\-protocol <proto> (Keyword: proto[col]) Specify the protocol to use when communicating with the remote mailserver. If no protocol is specified, the default is AUTO. @@ -606,7 +606,7 @@ suppresses expunges entirely (so no expunges at all will be done until the end of run). This option does not work with ETRN or ODMR. .SS Authentication Options .TP -.B \-u <name> | \-\-username <name> +.B \-u <name> | \-\-user <name> | \-\-username <name> (Keyword: user[name]) Specifies the user identification to be used when logging in to the mailserver. The appropriate user identification is both server and user-dependent. |