diff options
Diffstat (limited to 'toys')
-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. |