From 8a3e142c91a6e631225c63228efffbba053d2153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Panzenb=C3=B6ck?= Date: Sun, 13 Jan 2013 05:22:02 +0100 Subject: [PATCH] help++ --- README.md | 2 +- src/mediaextract.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f51d433..bf203a3 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ files. 'id3v2' format is the better option anyway. The detection accuracy of MOD files is not much better and thus - they are also per default disabled. + the 'mpg123' and 'mod' formats are per default disabled. NOTE: When using only the 'mpg123' format but not 'id3v2' any ID3v2 tag will be stripped. ID3v1 tags will still be kept. diff --git a/src/mediaextract.c b/src/mediaextract.c index af1efa8..2e44b14 100644 --- a/src/mediaextract.c +++ b/src/mediaextract.c @@ -185,7 +185,7 @@ static int usage(int argc, char **argv) " 'id3v2' format is the better option anyway.\n" "\n" " The detection accuracy of MOD files is not much better and thus\n" - " they are also per default disabled.\n" + " the 'mpg123' and 'mod' formats are per default disabled.\n" "\n" " NOTE: When using only the 'mpg123' format but not 'id3v2' any ID3v2\n" " tag will be stripped. ID3v1 tags will still be kept.\n"