From c298971e0deef18ac54d388a5cbdefe297d6672a Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Sun, 19 May 2013 10:12:23 -0300 Subject: [PATCH] Fix help text for file driver options Signed-off-by: Claudio Matsuoka --- src/sound_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sound_file.c b/src/sound_file.c index fa691ce..2ddf2e0 100644 --- a/src/sound_file.c +++ b/src/sound_file.c @@ -91,8 +91,8 @@ static void onresume(void) } static const char *const help[] = { - "big-endian", "Force big-endian 16-bit samples", - "little-endian", "Force little-endian 16-bit samples", + "endian=big", "Force big-endian 16-bit samples", + "endian=little", "Force little-endian 16-bit samples", NULL };