diff options
author | Denys Vlasenko | 2021-06-16 14:24:27 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-06-16 14:24:27 +0200 |
commit | 609df6f22a960e45b727698f33be695d42541e25 (patch) | |
tree | 110666f41ba12073198ec64e6e735a4c8927f4d6 /networking/ftpd.c | |
parent | 57be5daa40c40df411716e22de0795160c88e647 (diff) | |
download | busybox-609df6f22a960e45b727698f33be695d42541e25.zip busybox-609df6f22a960e45b727698f33be695d42541e25.tar.gz |
*: 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ftpd.c b/networking/ftpd.c index 096d4c1..0d6a289 100644 --- a/networking/ftpd.c +++ b/networking/ftpd.c @@ -54,7 +54,7 @@ //kbuild:lib-$(CONFIG_FTPD) += ftpd.o //usage:#define ftpd_trivial_usage -//usage: "[-wvS]"IF_FEATURE_FTPD_AUTHENTICATION(" [-a USER]")" [-t N] [-T N] [DIR]" +//usage: "[-wvS]"IF_FEATURE_FTPD_AUTHENTICATION(" [-a USER]")" [-t SEC] [-T SEC] [DIR]" //usage:#define ftpd_full_usage "\n\n" //usage: IF_NOT_FEATURE_FTPD_AUTHENTICATION( //usage: "Anonymous FTP server. Client access occurs under ftpd's UID.\n" |