[git commit] popmaildir: tweak help text
Denys Vlasenko
vda.linux at googlemail.com
Sun Jan 14 19:48:14 UTC 2018
commit: https://git.busybox.net/busybox/commit/?id=cefdd4be1ff58923117a3b3f5168558875052a48
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
mailutils/popmaildir.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mailutils/popmaildir.c b/mailutils/popmaildir.c
index 5756eaa..a4aad36 100644
--- a/mailutils/popmaildir.c
+++ b/mailutils/popmaildir.c
@@ -45,8 +45,8 @@
//usage: "\n -k Keep retrieved messages on the server"
//usage: "\n -t SEC Network timeout"
//usage: IF_FEATURE_POPMAILDIR_DELIVERY(
-//usage: "\n -F \"PROG ARGS\" Filter program (may be repeated)"
-//usage: "\n -M \"PROG ARGS\" Delivery program"
+//usage: "\n -F 'PROG ARGS' Filter program (may be repeated)"
+//usage: "\n -M 'PROG ARGS' Delivery program"
//usage: )
//usage: "\n"
//usage: "\nFetch from plain POP3 server:"
More information about the busybox-cvs
mailing list