summaryrefslogtreecommitdiff
path: root/src/flac/main.c
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-07-03 05:35:55 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-07-03 05:35:59 +1000
commitc6ff539ac0a388ad6bacab96551feb106d7eee83 (patch)
treea4a259e47651964334854cb599111daa7fc47d0a /src/flac/main.c
parent08cb913c98d5886012e7ddd0ccc8d7c87161c311 (diff)
downloadflac-c6ff539ac0a388ad6bacab96551feb106d7eee83.tar.gz
src/flac/main.c : Improve raw format help text help.
The --endian and --sign options aren't just for raw input, but also for raw output. Patch-from: lvqcl <lvqcl.mail@gmail.com>
Diffstat (limited to 'src/flac/main.c')
-rw-r--r--src/flac/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flac/main.c b/src/flac/main.c
index 28f5da61..e70f81fe 100644
--- a/src/flac/main.c
+++ b/src/flac/main.c
@@ -1291,7 +1291,7 @@ void show_help(void)
printf(" --force-aiff-format Force decoding to AIFF format\n");
printf(" --force-rf64-format Force decoding to RF64 format\n");
printf(" --force-wave64-format Force decoding to Wave64 format\n");
- printf("format options for raw input:\n");
+ printf("raw format options:\n");
printf(" --endian={big|little} Set byte order for samples\n");
printf(" --channels=# Number of channels\n");
printf(" --bps=# Number of bits per sample\n");
@@ -1630,7 +1630,7 @@ void show_explain(void)
printf(" set by -o) ends with .w64; this option\n");
printf(" has no effect when encoding since input Wave64 is\n");
printf(" auto-detected.\n");
- printf("format options for raw input:\n");
+ printf("raw format options:\n");
printf(" --endian={big|little} Set byte order for samples\n");
printf(" --channels=# Number of channels\n");
printf(" --bps=# Number of bits per sample\n");