diff options
author | Rob Landley <rob@landley.net> | 2018-09-26 07:07:55 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-09-26 07:07:55 -0500 |
commit | e221153728e20f865816b41755065538665dc4cf (patch) | |
tree | 6cc505e0199f35a2b6013f61b56d0e6f852cd291 /toys/other | |
parent | 951b2fdffb03d8b3f1ce47e72e27fa09e3a6f1ea (diff) | |
download | toybox-e221153728e20f865816b41755065538665dc4cf.tar.gz |
Don't claim to have i2cget non-byte mode support yet.
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/i2ctools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/i2ctools.c b/toys/other/i2ctools.c index 4370e456..15578665 100644 --- a/toys/other/i2ctools.c +++ b/toys/other/i2ctools.c @@ -47,7 +47,7 @@ config I2CGET bool "i2cget" default y help - usage: i2cget [-fy] BUS CHIP ADDR [MODE] + usage: i2cget [-fy] BUS CHIP ADDR Reads an i2c register. |