From 93ccb4a279e841f34fd7a72983015ec2da47425f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Panzenb=C3=B6ck?= Date: Wed, 9 Jan 2013 03:22:45 +0100 Subject: [PATCH] doc++ --- README.md | 4 ++-- src/audioextract.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1abcbb8..8c2dba9 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ files. Supported formats: all all supported formats - default the default set of formats (AIFF, ASF, BINK, ID3v2, IT, - MIDI, MP4, Ogg, RIFF, S3M, XM) + default the default set of formats (AIFF, ASF, AU, BINK, ID3v2, + IT, MIDI, MP4, Ogg, RIFF, S3M, SMK, XM) aiff big-endian (Apple) wave files asf Advanced Systems Format files (also WMA and WMV) au Sun Microsystems audio file format (.au or .snd) diff --git a/src/audioextract.c b/src/audioextract.c index 9a6acd5..0fb685a 100644 --- a/src/audioextract.c +++ b/src/audioextract.c @@ -138,8 +138,8 @@ static int usage(int argc, char **argv) "\n" " Supported formats:\n" " all all supported formats\n" - " default the default set of formats (AIFF, ASF, BINK, ID3v2, IT,\n" - " MIDI, MP4, Ogg, RIFF, S3M, XM)\n" + " default the default set of formats (AIFF, ASF, AU, BINK, ID3v2,\n" + " IT, MIDI, MP4, Ogg, RIFF, S3M, SMK, XM)\n" " aiff big-endian (Apple) wave files\n" " asf Advanced Systems Format files (also WMA and WMV)\n" " au Sun Microsystems audio file format (.au or .snd)\n"