]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - play.c
afh/play: Include supported audio formats in help output.
[paraslash.git] / play.c
diff --git a/play.c b/play.c
index 35b25119c71e10972737159439c271bf43ac90e4..e6a58fce566ee7ec7553d31d91f8386b5cef7094 100644 (file)
--- a/play.c
+++ b/play.c
@@ -144,6 +144,7 @@ __noreturn static void print_help_and_die(void)
                GPH_STANDARD_FLAGS_DETAILED : GPH_STANDARD_FLAGS;
 
        ggo_print_help(&help, flags);
+       printf("supported audio formats: %s\n", AUDIO_FORMAT_HANDLERS);
        exit(0);
 }