From 84a7bcc2a4a6817fd32bda54c81cdae402b585ef Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Tue, 5 Mar 2019 12:48:11 +0300 Subject: [PATCH] help fix --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 63e48a4..5ab027b 100644 --- a/src/main.c +++ b/src/main.c @@ -147,8 +147,8 @@ static void _help(struct device_t *dev, struct encoder_t *encoder, struct http_s printf(" --image-gamma -- Set gamma. Default: no change.\n\n"); printf(" --image-sharpness -- Set sharpness. Default: no change.\n\n"); printf(" --image-backlight-compensation -- Set backlight compensation. Default: no change.\n\n"); - printf(" --image-white-combalance -- Set white balance. Default: no change.\n\n"); - printf(" --image-white-combalance-auto -- Enable automatic white balance control. Default: no change.\n\n"); + printf(" --image-white-balance -- Set white balance. Default: no change.\n\n"); + printf(" --image-white-balance-auto -- Enable automatic white balance control. Default: no change.\n\n"); printf(" --image-gain -- Set gain. Default: no change.\n\n"); printf(" --image-gain-auto -- Enable automatic gain control. Default: no change.\n\n"); printf("HTTP server options:\n");