From a0e488b0a5f0af88b3f8520db4bea91d27bb3346 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sat, 23 Mar 2019 06:44:11 +0300 Subject: [PATCH] help fix --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index f9ff90d..8f98556 100644 --- a/src/main.c +++ b/src/main.c @@ -171,7 +171,7 @@ static void _help(struct device_t *dev, struct encoder_t *encoder, struct http_s printf(" the CPU loading. Don't use this option with analog signal sources\n"); printf(" or webcams, it's useless. Default: disabled.\n\n"); printf(" -l|--slowdown ────────────── Slowdown capturing to 1 FPS or less when no stream clients connected.\n"); - printf(" Useful to reduce CPU cosumption. Default: disabled.\n\n"); + printf(" Useful to reduce CPU consumption. Default: disabled.\n\n"); printf(" --fake-width ─────────── Override image width for /state. Default: disabled.\n\n"); printf(" --fake-height ────────── Override image height for /state. Default: disabled.\n\n"); printf(" --server-timeout ─ Timeout for client connections. Default: %u.\n\n", server->timeout);