mirror of https://github.com/Genymobile/scrcpy
Remove unnecessary escape characters in manpage
PR #2123 <https://github.com/Genymobile/scrcpy/pull/2123> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
7b51a0313e
commit
1863ca7ad1
|
@ -213,25 +213,25 @@ Set a custom window title.
|
||||||
.BI "\-\-window\-x " value
|
.BI "\-\-window\-x " value
|
||||||
Set the initial window horizontal position.
|
Set the initial window horizontal position.
|
||||||
|
|
||||||
Default is "auto".\n
|
Default is "auto".
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BI "\-\-window\-y " value
|
.BI "\-\-window\-y " value
|
||||||
Set the initial window vertical position.
|
Set the initial window vertical position.
|
||||||
|
|
||||||
Default is "auto".\n
|
Default is "auto".
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BI "\-\-window\-width " value
|
.BI "\-\-window\-width " value
|
||||||
Set the initial window width.
|
Set the initial window width.
|
||||||
|
|
||||||
Default is 0 (automatic).\n
|
Default is 0 (automatic).
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BI "\-\-window\-height " value
|
.BI "\-\-window\-height " value
|
||||||
Set the initial window height.
|
Set the initial window height.
|
||||||
|
|
||||||
Default is 0 (automatic).\n
|
Default is 0 (automatic).
|
||||||
|
|
||||||
.SH SHORTCUTS
|
.SH SHORTCUTS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue