summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-09-05 00:39:36 +0200
committerLennart Poettering <lennart@poettering.net>2008-09-05 00:39:36 +0200
commit456284918ab04cde6c661839d706cb84baf3a887 (patch)
tree916f148dc7687509ce813dde87c6e3619aab5fa0 /src/utils
parent12c5c62dadad248f4a01a9973b6e99c99d0badad (diff)
update documentation and help texts for s32le/s32be sample types
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/pacat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/pacat.c b/src/utils/pacat.c
index c1826d7b..f42abc8e 100644
--- a/src/utils/pacat.c
+++ b/src/utils/pacat.c
@@ -500,7 +500,7 @@ static void help(const char *argv0) {
" --volume=VOLUME Specify the initial (linear) volume in range 0...65536\n"
" --rate=SAMPLERATE The sample rate in Hz (defaults to 44100)\n"
" --format=SAMPLEFORMAT The sample type, one of s16le, s16be, u8, float32le,\n"
- " float32be, ulaw, alaw (defaults to s16ne)\n"
+ " float32be, ulaw, alaw, s32le, s32be (defaults to s16ne)\n"
" --channels=CHANNELS The number of channels, 1 for mono, 2 for stereo\n"
" (defaults to 2)\n"
" --channel-map=CHANNELMAP Channel map to use instead of the default\n"