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");