From a522ffdc7d43a5bfc94d7cfbca8b93afc4798bc1 Mon Sep 17 00:00:00 2001 From: jcromero Date: Thu, 23 May 2019 00:08:50 +0200 Subject: Fix typo in -D and -d options descriptions --- utils/tinyplay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/tinyplay.c b/utils/tinyplay.c index 2e5f627..e3c7b0d 100644 --- a/utils/tinyplay.c +++ b/utils/tinyplay.c @@ -301,8 +301,8 @@ void print_usage(const char *argv0) { fprintf(stderr, "usage: %s file.wav [options]\n", argv0); fprintf(stderr, "options:\n"); - fprintf(stderr, "-D | --card The device to receive the audio\n"); - fprintf(stderr, "-d | --device The card to receive the audio\n"); + fprintf(stderr, "-D | --card The card to receive the audio\n"); + fprintf(stderr, "-d | --device The device to receive the audio\n"); fprintf(stderr, "-p | --period-size The size of the PCM's period\n"); fprintf(stderr, "-n | --period-count The number of PCM periods\n"); fprintf(stderr, "-i | --file-type The type of file to read (raw or wav)\n"); -- cgit v1.2.3