From: Peter Hutterer Date: Wed, 9 Mar 2022 23:31:30 +0000 (+1000) Subject: Drop the space before colon in the usage output X-Git-Url: https://diplodocus.org/git/xorg-xinput/commitdiff_plain/ea196bdcb912505277166aa12a21ca8739cdc8fb?ds=sidebyside;hp=c57678d333ca993afa50134d7b7beb252d02f35c Drop the space before colon in the usage output Signed-off-by: Peter Hutterer --- diff --git a/src/xinput.c b/src/xinput.c index f1edaa7..6a941f3 100644 --- a/src/xinput.c +++ b/src/xinput.c @@ -352,7 +352,7 @@ usage(void) { entry *pdriver = drivers; - fprintf(stderr, "usage :\n"); + fprintf(stderr, "usage:\n"); while(pdriver->func_name) { fprintf(stderr, "\txinput %s %s\n", pdriver->func_name,