mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 23:07:18 +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",
|
.module = "win",
|
||||||
.name = "rotate",
|
.name = "rotate",
|
||||||
.description = "Rotate the displayed image",
|
.description = "Rotate the displayed image (0, 90, 180, 270)",
|
||||||
.type = OPTION_TYPE_INT,
|
.type = OPTION_TYPE_INT,
|
||||||
.validator = optRotateValidate,
|
.validator = optRotateValidate,
|
||||||
.value.x_int = 0,
|
.value.x_int = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user