aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2018-09-26 07:07:55 -0500
committerRob Landley <rob@landley.net>2018-09-26 07:07:55 -0500
commite221153728e20f865816b41755065538665dc4cf (patch)
tree6cc505e0199f35a2b6013f61b56d0e6f852cd291
parent951b2fdffb03d8b3f1ce47e72e27fa09e3a6f1ea (diff)
downloadtoybox-e221153728e20f865816b41755065538665dc4cf.tar.gz
Don't claim to have i2cget non-byte mode support yet.
-rw-r--r--toys/other/i2ctools.c2
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.