interactive-evdev: align Usage and or in the help output

master
Peter Hutterer 2024-02-07 10:06:15 +10:00
parent 382f6d2d5e
commit 8e26a8b2bd
1 changed files with 1 additions and 1 deletions

View File

@ -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