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:
parent
7a40ac52a8
commit
16af2a2998
@ -137,7 +137,7 @@ static void version()
|
|||||||
|
|
||||||
fmt::print("\n"
|
fmt::print("\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Decoders plugins:\n");
|
"Decoder plugins:\n");
|
||||||
|
|
||||||
decoder_plugins_for_each([](const DecoderPlugin &plugin){
|
decoder_plugins_for_each([](const DecoderPlugin &plugin){
|
||||||
fmt::print(" [{}]", plugin.name);
|
fmt::print(" [{}]", plugin.name);
|
||||||
|
Loading…
Reference in New Issue
Block a user