mirror of
https://github.com/google/liblc3.git
synced 2026-05-31 00:47:01 +00:00
dlc3: Fix usage documentation
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ struct parameters {
|
|||||||
static struct parameters parse_args(int argc, char *argv[])
|
static struct parameters parse_args(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
static const char *usage =
|
static const char *usage =
|
||||||
"Usage: %s [in_file] [wav_file]\n"
|
"Usage: %s [wav_file] [out_file]\n"
|
||||||
"\n"
|
"\n"
|
||||||
"wav_file\t" "Input wave file, stdin if omitted\n"
|
"wav_file\t" "Input wave file, stdin if omitted\n"
|
||||||
"out_file\t" "Output bitstream file, stdout if omitted\n"
|
"out_file\t" "Output bitstream file, stdout if omitted\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user