diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-11-03 13:55:22 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-11-03 13:55:22 +0000 |
commit | 732d10ed6c9624ecc5dc74d1b91e771fa362607f (patch) | |
tree | 1610c597f5c3552f99d44dd44245d698cf08dce7 /src | |
parent | 526a1c3b454f33992e50e715b448eb1f3c26691a (diff) | |
download | curl-732d10ed6c9624ecc5dc74d1b91e771fa362607f.tar.gz |
tool_help: Updated --list-only description to include POP3
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 7e5576148..f7aebf322 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -120,7 +120,7 @@ static const char *const helptext[] = { " --libcurl FILE Dump libcurl equivalent code of this command line", #endif " --limit-rate RATE Limit transfer speed to this rate", - " -l, --list-only List only names of an FTP directory (F)", + " -l, --list-only List only mode (F/POP3)", " --local-port RANGE Force use of these local port numbers", " -L, --location Follow redirects (H)", " --location-trusted like --location and send auth to other hosts (H)", |