diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-18 23:33:19 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-18 23:33:19 +0100 |
commit | b164cdb854e6722ab39aa62dbfad84ea37a29a30 (patch) | |
tree | df83e79cdd5c53cb0846ab886b5c519553b1d731 /networking/tftp.c | |
parent | 8cc3a744fbe39152b6554e2a8c029f23dc39a3f9 (diff) | |
download | busybox-w32-b164cdb854e6722ab39aa62dbfad84ea37a29a30.tar.gz busybox-w32-b164cdb854e6722ab39aa62dbfad84ea37a29a30.tar.bz2 busybox-w32-b164cdb854e6722ab39aa62dbfad84ea37a29a30.zip |
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 60fdff232..7c2c84bed 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -104,7 +104,7 @@ | |||
104 | //usage: "\n -p Put file" | 104 | //usage: "\n -p Put file" |
105 | //usage: ) | 105 | //usage: ) |
106 | //usage: IF_FEATURE_TFTP_BLOCKSIZE( | 106 | //usage: IF_FEATURE_TFTP_BLOCKSIZE( |
107 | //usage: "\n -b SIZE Transfer blocks of SIZE octets" | 107 | //usage: "\n -b SIZE Transfer blocks in bytes" |
108 | //usage: ) | 108 | //usage: ) |
109 | ///////: "\n -m STR Accepted and ignored ('-m binary' compat with tftp-hpa 5.2)" | 109 | ///////: "\n -m STR Accepted and ignored ('-m binary' compat with tftp-hpa 5.2)" |
110 | //usage: | 110 | //usage: |