CommandLine: fix typo

I believe this is a typo since all other sections have the form
"<Singular> plugins", e.g. "Encoder plugins".
This commit is contained in:
naglis 2024-01-18 14:20:02 +02:00
parent 7a40ac52a8
commit 16af2a2998

View File

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