diff options
author | Denys Vlasenko | 2020-12-18 23:33:19 +0100 |
---|---|---|
committer | Denys Vlasenko | 2020-12-18 23:33:19 +0100 |
commit | b164cdb854e6722ab39aa62dbfad84ea37a29a30 (patch) | |
tree | df83e79cdd5c53cb0846ab886b5c519553b1d731 /networking/tftp.c | |
parent | 8cc3a744fbe39152b6554e2a8c029f23dc39a3f9 (diff) | |
download | busybox-b164cdb854e6722ab39aa62dbfad84ea37a29a30.zip busybox-b164cdb854e6722ab39aa62dbfad84ea37a29a30.tar.gz |
help text tweaks, mainly expanding one for route
function old new delta
packed_usage 33485 33527 +42
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/tftp.c')
-rw-r--r-- | networking/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index 60fdff2..7c2c84b 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: |