We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470931e commit 6b089c0Copy full SHA for 6b089c0
README.md
@@ -34,7 +34,7 @@ The command-line options are as follows:
34
35
For example, try:
36
37
- ./morse_play -f -s 5 CQ CQ CQ DE EI4HRB
+ ./morse_play -f 5 CQ CQ CQ DE EI4HRB
38
39
## The Farnsworth Technique
40
main.c
@@ -38,11 +38,11 @@
*
* The command-line options are as follows:
* -a NN Set the output volume (0 -> 100)
41
- * -f Invoke "Farnsworth" mode - see the params.c file for info
+ * -f WPM Invoke "Farnsworth" mode - see the params.c file for info
42
* -s WPM Set the WPM (a number between 5 and 60)
43
44
* Try:
45
- * ./morse_play -f -s 5 CQ CQ CQ DE EI4HRB
+ * ./morse_play -f 5 CQ CQ CQ DE EI4HRB
46
*/
47
#include <stdio.h>
48
#include <unistd.h>
0 commit comments