From e221153728e20f865816b41755065538665dc4cf Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 26 Sep 2018 07:07:55 -0500 Subject: Don't claim to have i2cget non-byte mode support yet. --- toys/other/i2ctools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other/i2ctools.c') 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. -- cgit v1.2.3