From 16af2a2998da1593f3b86b7c8c09afbb494f9f92 Mon Sep 17 00:00:00 2001 From: naglis <827324+naglis@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:20:02 +0200 Subject: [PATCH] CommandLine: fix typo I believe this is a typo since all other sections have the form " plugins", e.g. "Encoder plugins". --- src/CommandLine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index 49298e593..b1352a379 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -137,7 +137,7 @@ static void version() fmt::print("\n" "\n" - "Decoders plugins:\n"); + "Decoder plugins:\n"); decoder_plugins_for_each([](const DecoderPlugin &plugin){ fmt::print(" [{}]", plugin.name);