From 280a9afda8d44cf2450a5365fbb1072f45a4ad6f Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sat, 18 Feb 2023 18:11:13 +0100 Subject: [PATCH] Fix command-line help typo --- app/src/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/cli.c b/app/src/cli.c index 27b0ddef..94fccb67 100644 --- a/app/src/cli.c +++ b/app/src/cli.c @@ -102,7 +102,7 @@ static const struct sc_option options[] = { .shortopt = 'b', .longopt = "bit-rate", .argdesc = "value", - .text = "Encode the video at the gitven bit-rate, expressed in bits/s. " + .text = "Encode the video at the given bit-rate, expressed in bits/s. " "Unit suffixes are supported: 'K' (x1000) and 'M' (x1000000).\n" "Default is " STR(DEFAULT_BIT_RATE) ".", },