aboutsummaryrefslogtreecommitdiff
path: root/networking/ftpd.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-06-16 14:24:27 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2021-06-16 14:24:27 +0200
commit609df6f22a960e45b727698f33be695d42541e25 (patch)
tree110666f41ba12073198ec64e6e735a4c8927f4d6 /networking/ftpd.c
parent57be5daa40c40df411716e22de0795160c88e647 (diff)
downloadbusybox-w32-609df6f22a960e45b727698f33be695d42541e25.tar.gz
busybox-w32-609df6f22a960e45b727698f33be695d42541e25.tar.bz2
busybox-w32-609df6f22a960e45b727698f33be695d42541e25.zip
*: more --help tweaks
function old new delta packed_usage 33522 33534 +12 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ftpd.c')
-rw-r--r--networking/ftpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ftpd.c b/networking/ftpd.c
index 096d4c14d..0d6a289c7 100644
--- a/networking/ftpd.c
+++ b/networking/ftpd.c
@@ -54,7 +54,7 @@
54//kbuild:lib-$(CONFIG_FTPD) += ftpd.o 54//kbuild:lib-$(CONFIG_FTPD) += ftpd.o
55 55
56//usage:#define ftpd_trivial_usage 56//usage:#define ftpd_trivial_usage
57//usage: "[-wvS]"IF_FEATURE_FTPD_AUTHENTICATION(" [-a USER]")" [-t N] [-T N] [DIR]" 57//usage: "[-wvS]"IF_FEATURE_FTPD_AUTHENTICATION(" [-a USER]")" [-t SEC] [-T SEC] [DIR]"
58//usage:#define ftpd_full_usage "\n\n" 58//usage:#define ftpd_full_usage "\n\n"
59//usage: IF_NOT_FEATURE_FTPD_AUTHENTICATION( 59//usage: IF_NOT_FEATURE_FTPD_AUTHENTICATION(
60//usage: "Anonymous FTP server. Client access occurs under ftpd's UID.\n" 60//usage: "Anonymous FTP server. Client access occurs under ftpd's UID.\n"