aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.c')
-rw-r--r--src/cmdline.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/cmdline.c b/src/cmdline.c
index d4d96cf5..3941a143 100644
--- a/src/cmdline.c
+++ b/src/cmdline.c
@@ -47,13 +47,9 @@ static void version(void)
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
"\n"
- "Supported formats:\n");
+ "Supported decoders:\n");
decoder_plugin_init_all();
- decoder_plugin_print_all_suffixes(stdout);
-
- puts("\n"
- "Supported decoders:\n");
decoder_plugin_print_all_decoders(stdout);
puts("\n"