diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-01-14 20:48:14 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-01-14 20:48:14 +0100 |
commit | cefdd4be1ff58923117a3b3f5168558875052a48 (patch) | |
tree | cd95915f6c978d51d03208e3c79ebc3dd1e12d56 | |
parent | c4144ca3a51cf5bfe7dfa5a796ae53e9ae33126c (diff) | |
download | busybox-w32-cefdd4be1ff58923117a3b3f5168558875052a48.tar.gz busybox-w32-cefdd4be1ff58923117a3b3f5168558875052a48.tar.bz2 busybox-w32-cefdd4be1ff58923117a3b3f5168558875052a48.zip |
popmaildir: tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | mailutils/popmaildir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mailutils/popmaildir.c b/mailutils/popmaildir.c index 5756eaa76..a4aad3662 100644 --- a/mailutils/popmaildir.c +++ b/mailutils/popmaildir.c | |||
@@ -45,8 +45,8 @@ | |||
45 | //usage: "\n -k Keep retrieved messages on the server" | 45 | //usage: "\n -k Keep retrieved messages on the server" |
46 | //usage: "\n -t SEC Network timeout" | 46 | //usage: "\n -t SEC Network timeout" |
47 | //usage: IF_FEATURE_POPMAILDIR_DELIVERY( | 47 | //usage: IF_FEATURE_POPMAILDIR_DELIVERY( |
48 | //usage: "\n -F \"PROG ARGS\" Filter program (may be repeated)" | 48 | //usage: "\n -F 'PROG ARGS' Filter program (may be repeated)" |
49 | //usage: "\n -M \"PROG ARGS\" Delivery program" | 49 | //usage: "\n -M 'PROG ARGS' Delivery program" |
50 | //usage: ) | 50 | //usage: ) |
51 | //usage: "\n" | 51 | //usage: "\n" |
52 | //usage: "\nFetch from plain POP3 server:" | 52 | //usage: "\nFetch from plain POP3 server:" |