]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh.c
afh/play: Include supported audio formats in help output.
[paraslash.git] / afh.c
diff --git a/afh.c b/afh.c
index 9ab694cf47d96c284cfe6af9b7caffcdcbf217f7..3881955d3ff14c757eef89a6330ccb95133cb09f 100644 (file)
--- a/afh.c
+++ b/afh.c
@@ -64,6 +64,7 @@ __noreturn static void print_help_and_die(void)
        unsigned flags = d? GPH_STANDARD_FLAGS_DETAILED : GPH_STANDARD_FLAGS;
 
        ggo_print_help(&h, flags);
+       printf("supported audio formats: %s\n", AUDIO_FORMAT_HANDLERS);
        exit(EXIT_SUCCESS);
 }