From b164cdb854e6722ab39aa62dbfad84ea37a29a30 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 Dec 2020 23:33:19 +0100 Subject: help text tweaks, mainly expanding one for route function old new delta packed_usage 33485 33527 +42 Signed-off-by: Denys Vlasenko --- networking/tftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/tftp.c') diff --git a/networking/tftp.c b/networking/tftp.c index 60fdff232..7c2c84bed 100644 --- a/networking/tftp.c +++ b/networking/tftp.c @@ -104,7 +104,7 @@ //usage: "\n -p Put file" //usage: ) //usage: IF_FEATURE_TFTP_BLOCKSIZE( -//usage: "\n -b SIZE Transfer blocks of SIZE octets" +//usage: "\n -b SIZE Transfer blocks in bytes" //usage: ) ///////: "\n -m STR Accepted and ignored ('-m binary' compat with tftp-hpa 5.2)" //usage: -- cgit v1.2.3