dlc3: Fix usage documentation

This commit is contained in:
Antoine Soulier
2024-01-25 11:29:23 -08:00
parent 43d62807a3
commit 10999c6c58
+1 -1
View File
@@ -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"