From: Kent Gibson Date: Sat, 30 Dec 2023 02:34:13 +0000 (+0800) Subject: README: fix typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b07d076e3213d09781e2d977a9cc85713e5f45c5;p=qemu-gpiodev%2Flibgpiod.git README: fix typo Fix typo in --enable-gpioset-interactive in TOOLS section. Signed-off-by: Kent Gibson Signed-off-by: Bartosz Golaszewski --- diff --git a/README b/README index 962dc06..69128dc 100644 --- a/README +++ b/README @@ -134,7 +134,7 @@ Examples: # Blink an LED on GPIO22 at 1Hz with a 20% duty cycle $ gpioset -t200ms,800ms GPIO22=1 - # Set some lines interactively (requires --enable-gpioset-interative) + # Set some lines interactively (requires --enable-gpioset-interactive) $ gpioset --interactive --unquoted GPIO23=inactive GPIO24=active gpioset> get GPIO23=inactive GPIO24=active