From 73c22fa960fc63ccd3cf831092d814c7abdd301e Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 1 Dec 2020 20:42:13 +0000 Subject: [PATCH] s/bellow/below/ --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 9a0b532..2a88ec8 100644 --- a/src/options.c +++ b/src/options.c @@ -608,7 +608,7 @@ static void _help(struct device_t *dev, struct encoder_t *encoder, struct http_s printf(" after an error (timeout for example). Default: %u.\n\n", dev->error_delay); printf("Image control options:\n"); printf("══════════════════════\n"); - printf(" --image-default ────────────────────── Reset all image settings bellow to default. Default: no change.\n\n"); + printf(" --image-default ────────────────────── Reset all image settings below to default. Default: no change.\n\n"); printf(" --brightness ──────── Set brightness. Default: no change.\n\n"); printf(" --contrast ─────────────── Set contrast. Default: no change.\n\n"); printf(" --saturation ───────────── Set saturation. Default: no change.\n\n");