diff options
author | Denys Vlasenko | 2021-06-13 03:51:55 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-06-13 03:51:55 +0200 |
commit | 6f7b10cdabfe2b99d7839087f007ccf7a9083847 (patch) | |
tree | d4395468c9aeca40614bdec44c270ac72690ed1e /miscutils | |
parent | 1849285a2098b503b829038f00f25abc52dbea6b (diff) | |
download | busybox-6f7b10cdabfe2b99d7839087f007ccf7a9083847.zip busybox-6f7b10cdabfe2b99d7839087f007ccf7a9083847.tar.gz |
*: 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 4813592..b25d497 100644 --- a/miscutils/i2c_tools.c +++ b/miscutils/i2c_tools.c @@ -1394,7 +1394,7 @@ static void check_i2c_func(int fd) } //usage:#define i2ctransfer_trivial_usage -//usage: "[-fay] I2CBUS {rLENGTH[@ADDR] | wLENGTH[@ADDR] DATA...}..." +//usage: "[-fay] I2CBUS { rLENGTH[@ADDR] | wLENGTH[@ADDR] DATA...}..." //usage:#define i2ctransfer_full_usage "\n\n" //usage: "Read/write I2C data in one transfer" //usage: "\n" diff --git a/miscutils/mt.c b/miscutils/mt.c index 1a42146..52d5476 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c @@ -19,7 +19,7 @@ //usage:#define mt_full_usage "\n\n" //usage: "Control magnetic tape drive operation\n" //usage: "\n" -//usage: "Available Opcodes:\n" +//usage: "Opcodes:\n" //usage: "\n" //usage: "bsf bsfm bsr bss datacompression drvbuffer eof eom erase\n" //usage: "fsf fsfm fsr fss load lock mkpart nop offline ras1 ras2\n" |