Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc91f3f

Browse files
ThomasHabetsew1abz
andauthoredApr 28, 2020
Update direwolf.c
Co-Authored-By: Vladimir <ew1abz@gmail.com>
1 parent 43fb18d commit cc91f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎direwolf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ static void usage (char **argv)
12511251
dw_printf (" -c fname Configuration file name.\n");
12521252
dw_printf (" -l logdir Directory name for log files. Use . for current.\n");
12531253
dw_printf (" -r n Audio sample rate, per sec.\n");
1254-
dw_printf (" -m Use metric instead of US customary units.\n");
1254+
dw_printf (" -m Use metric instead of imperial units.\n");
12551255
dw_printf (" -n n Number of audio channels, 1 or 2.\n");
12561256
dw_printf (" -b n Bits per audio sample, 8 or 16.\n");
12571257
dw_printf (" -B n Data rate in bits/sec for channel 0. Standard values are 300, 1200, 2400, 4800, 9600.\n");

0 commit comments

Comments
 (0)
Please sign in to comment.