2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-31 22:35:37 +00:00

Fix options alphabetical order

Commit fc52b24503 missed this one.
This commit is contained in:
Romain Vimont
2023-06-05 19:44:15 +02:00
parent 2d79aeb117
commit b8d43866d2
3 changed files with 7 additions and 7 deletions

View File

@@ -275,6 +275,11 @@ static const struct sc_option options[] = {
"middle-click triggers HOME. This option disables these "
"shortcuts and forwards the clicks to the device instead.",
},
{
.shortopt = 'h',
.longopt = "help",
.text = "Print this help.",
},
{
.shortopt = 'K',
.longopt = "hid-keyboard",
@@ -292,11 +297,6 @@ static const struct sc_option options[] = {
"is enabled (or a physical keyboard is connected).\n"
"Also see --hid-mouse.",
},
{
.shortopt = 'h',
.longopt = "help",
.text = "Print this help.",
},
{
.longopt_id = OPT_LEGACY_PASTE,
.longopt = "legacy-paste",