From 0bf7e4ddc42dc73d43666f58dd10edf89c62ae66 Mon Sep 17 00:00:00 2001 From: CennoxX Date: Wed, 2 Feb 2022 11:49:34 +0100 Subject: [PATCH] Add missing spaces in help PR #2994 Signed-off-by: Romain Vimont --- app/src/cli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/cli.c b/app/src/cli.c index 5587b2d8..7567a10b 100644 --- a/app/src/cli.c +++ b/app/src/cli.c @@ -288,7 +288,7 @@ static const struct sc_option options[] = { "LAlt, LSuper or RSuper toggle the mouse capture mode, to give " "control of the mouse back to the computer.\n" "If any of --hid-keyboard or --hid-mouse is set, only enable " - "keyboard or mouse respectively, otherwise enable both." + "keyboard or mouse respectively, otherwise enable both.\n" "It may only work over USB, and is currently only supported " "on Linux.\n" "See --hid-keyboard and --hid-mouse.", @@ -309,7 +309,7 @@ static const struct sc_option options[] = { { .longopt_id = OPT_PREFER_TEXT, .longopt = "prefer-text", - .text = "Inject alpha characters and space as text events instead of" + .text = "Inject alpha characters and space as text events instead of " "key events.\n" "This avoids issues when combining multiple keys to enter a " "special character, but breaks the expected behavior of alpha "