From c9ac59e8d3f869d55697dba235d47ebf57f012e6 Mon Sep 17 00:00:00 2001 From: nu774 Date: Sun, 27 Oct 2013 21:15:56 +0900 Subject: [PATCH] fix help message: show -I as shorthand for --ignorelength --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 9aa72d0..ec0b14d 100644 --- a/src/main.c +++ b/src/main.c @@ -149,7 +149,7 @@ PROGNAME " %s\n" " 0: iTunSMPB (default)\n" " 1: ISO standard (edts + sgpd)\n" " 2: Both\n" -" --ignorelength Ignore length of WAV header\n" +" -I, --ignorelength Ignore length of WAV header\n" " -S, --silent Don't print progress messages\n" " --moov-before-mdat Place moov box before mdat box on m4a output\n" "\n" -- 2.30.2