vhidkb

virtual HID keyboard
git clone git://git.rr3.xyz/vhidkb
Log | Files | Refs | README | LICENSE

commit 80f913ba55836c6e79c32b8ccc474d327a864bd1
parent 17e04ee8b505001170032b0b588a196b94d2f156
Author: Robert Russell <robertrussell.72001@gmail.com>
Date:   Mon, 19 Jun 2023 19:55:12 -0700

Add newline to usage

Diffstat:
Mvhidkb.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vhidkb.c b/vhidkb.c @@ -12,7 +12,7 @@ #include <linux/uhid.h> #define NAME "vhidkb" -#define USAGE "usage: %s [-h] [-d DEVICE] [-t DELAY]" +#define USAGE "usage: %s [-h] [-d DEVICE] [-t DELAY]\n" typedef uint8_t u8; typedef uint32_t u32;