Skip to content

Commit 6b089c0

Browse files
committed
Fixed some documentation issues
1 parent 470931e commit 6b089c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The command-line options are as follows:
3434

3535
For example, try:
3636

37-
./morse_play -f -s 5 CQ CQ CQ DE EI4HRB
37+
./morse_play -f 5 CQ CQ CQ DE EI4HRB
3838

3939
## The Farnsworth Technique
4040

main.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
*
3939
* The command-line options are as follows:
4040
* -a NN Set the output volume (0 -> 100)
41-
* -f Invoke "Farnsworth" mode - see the params.c file for info
41+
* -f WPM Invoke "Farnsworth" mode - see the params.c file for info
4242
* -s WPM Set the WPM (a number between 5 and 60)
4343
*
4444
* Try:
45-
* ./morse_play -f -s 5 CQ CQ CQ DE EI4HRB
45+
* ./morse_play -f 5 CQ CQ CQ DE EI4HRB
4646
*/
4747
#include <stdio.h>
4848
#include <unistd.h>

0 commit comments

Comments
 (0)