[client] config: make the help text for winRotate more descriptive

This commit is contained in:
Geoffrey McRae 2021-01-20 15:35:13 +11:00
parent 8cb0cbb91d
commit 8fa2b5f368

View File

@ -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,