diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-13 03:51:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-13 03:51:55 +0200 |
commit | 6f7b10cdabfe2b99d7839087f007ccf7a9083847 (patch) | |
tree | d4395468c9aeca40614bdec44c270ac72690ed1e /miscutils | |
parent | 1849285a2098b503b829038f00f25abc52dbea6b (diff) | |
download | busybox-w32-6f7b10cdabfe2b99d7839087f007ccf7a9083847.tar.gz busybox-w32-6f7b10cdabfe2b99d7839087f007ccf7a9083847.tar.bz2 busybox-w32-6f7b10cdabfe2b99d7839087f007ccf7a9083847.zip |
*: more --help tweaking
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/i2c_tools.c | 2 | ||||
-rw-r--r-- | miscutils/mt.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/i2c_tools.c b/miscutils/i2c_tools.c index 48135921d..b25d49792 100644 --- a/miscutils/i2c_tools.c +++ b/miscutils/i2c_tools.c | |||
@@ -1394,7 +1394,7 @@ static void check_i2c_func(int fd) | |||
1394 | } | 1394 | } |
1395 | 1395 | ||
1396 | //usage:#define i2ctransfer_trivial_usage | 1396 | //usage:#define i2ctransfer_trivial_usage |
1397 | //usage: "[-fay] I2CBUS {rLENGTH[@ADDR] | wLENGTH[@ADDR] DATA...}..." | 1397 | //usage: "[-fay] I2CBUS { rLENGTH[@ADDR] | wLENGTH[@ADDR] DATA...}..." |
1398 | //usage:#define i2ctransfer_full_usage "\n\n" | 1398 | //usage:#define i2ctransfer_full_usage "\n\n" |
1399 | //usage: "Read/write I2C data in one transfer" | 1399 | //usage: "Read/write I2C data in one transfer" |
1400 | //usage: "\n" | 1400 | //usage: "\n" |
diff --git a/miscutils/mt.c b/miscutils/mt.c index 1a4214664..52d5476a1 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c | |||
@@ -19,7 +19,7 @@ | |||
19 | //usage:#define mt_full_usage "\n\n" | 19 | //usage:#define mt_full_usage "\n\n" |
20 | //usage: "Control magnetic tape drive operation\n" | 20 | //usage: "Control magnetic tape drive operation\n" |
21 | //usage: "\n" | 21 | //usage: "\n" |
22 | //usage: "Available Opcodes:\n" | 22 | //usage: "Opcodes:\n" |
23 | //usage: "\n" | 23 | //usage: "\n" |
24 | //usage: "bsf bsfm bsr bss datacompression drvbuffer eof eom erase\n" | 24 | //usage: "bsf bsfm bsr bss datacompression drvbuffer eof eom erase\n" |
25 | //usage: "fsf fsfm fsr fss load lock mkpart nop offline ras1 ras2\n" | 25 | //usage: "fsf fsfm fsr fss load lock mkpart nop offline ras1 ras2\n" |