[git commit] tftp: fix --help

Denys Vlasenko vda.linux at googlemail.com
Fri Dec 18 23:33:06 UTC 2020


commit: https://git.busybox.net/busybox/commit/?id=4152b41183b03aa53b6ce5a8c02b857c577f1723
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/tftp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/networking/tftp.c b/networking/tftp.c
index 7c2c84bed..4b86ed9de 100644
--- a/networking/tftp.c
+++ b/networking/tftp.c
@@ -120,7 +120,7 @@
 //usage:       "	udpsvd -vE 0.0.0.0 69 tftpd /files/to/serve\n"
 //usage:     "\n	-r	Prohibit upload"
 //usage:     "\n	-c	Allow file creation via upload"
-//usage:     "\n	-u	Access files as USER"
+//usage:     "\n	-u USER	Access files as USER"
 //usage:     "\n	-l	Log to syslog (inetd mode requires this)"
 
 #include "libbb.h"


More information about the busybox-cvs mailing list