From 10999c6c58f38f941ce192d6466405e0d7f8c19c Mon Sep 17 00:00:00 2001 From: Antoine Soulier Date: Thu, 25 Jan 2024 11:29:23 -0800 Subject: [PATCH] dlc3: Fix usage documentation --- tools/dlc3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dlc3.c b/tools/dlc3.c index 2259000..8c22ba1 100644 --- a/tools/dlc3.c +++ b/tools/dlc3.c @@ -75,7 +75,7 @@ struct parameters { static struct parameters parse_args(int argc, char *argv[]) { static const char *usage = - "Usage: %s [in_file] [wav_file]\n" + "Usage: %s [wav_file] [out_file]\n" "\n" "wav_file\t" "Input wave file, stdin if omitted\n" "out_file\t" "Output bitstream file, stdout if omitted\n"