mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] config: make the help text for winRotate more descriptive
This commit is contained in:
parent
8cb0cbb91d
commit
8fa2b5f368
@ -242,7 +242,7 @@ static struct Option options[] =
|
||||
{
|
||||
.module = "win",
|
||||
.name = "rotate",
|
||||
.description = "Rotate the displayed image",
|
||||
.description = "Rotate the displayed image (0, 90, 180, 270)",
|
||||
.type = OPTION_TYPE_INT,
|
||||
.validator = optRotateValidate,
|
||||
.value.x_int = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user