Skip to content

Commit

Permalink
interactive-evdev: align Usage and or in the help output
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Feb 7, 2024
1 parent 382f6d2 commit 8e26a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/interactive-evdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ usage(FILE *fp, char *progname)
"[--rules=<rules>] [--model=<model>] [--layout=<layout>] "
"[--variant=<variant>] [--options=<options>]\n",
progname);
fprintf(fp, " or: %s --keymap <path to keymap file>\n",
fprintf(fp, " or: %s --keymap <path to keymap file>\n",
progname);
fprintf(fp, "For both:\n"
#ifdef ENABLE_PRIVATE_APIS
Expand Down

0 comments on commit 8e26a8b

Please sign in to comment.