Add missing spaces in help
PR #2994 <https://github.com/Genymobile/scrcpy/pull/2994> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
c0a75ca746
commit
0bf7e4ddc4
1 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ static const struct sc_option options[] = {
|
||||||
"LAlt, LSuper or RSuper toggle the mouse capture mode, to give "
|
"LAlt, LSuper or RSuper toggle the mouse capture mode, to give "
|
||||||
"control of the mouse back to the computer.\n"
|
"control of the mouse back to the computer.\n"
|
||||||
"If any of --hid-keyboard or --hid-mouse is set, only enable "
|
"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 "
|
"It may only work over USB, and is currently only supported "
|
||||||
"on Linux.\n"
|
"on Linux.\n"
|
||||||
"See --hid-keyboard and --hid-mouse.",
|
"See --hid-keyboard and --hid-mouse.",
|
||||||
|
|
Loading…
Reference in a new issue