gen-eeprom: fix typo in usage message

Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
1 files changed, 1 insertions(+), 1 deletions(-)

M gen-eeprom.py
M gen-eeprom.py +1 -1
@@ 32,7 32,7 @@ if len(sys.argv) != 7:
     print("      0 = fixed tone pattern")
     print("      1 = linear feedback shift register tone pattern")
     print("      2 = morse ID only")
-    print("   <p. tones> is number of tones to play for in tone pattern")
+    print("   <p. tones> is number of tones to play in tone pattern")
     print("   <key on> is number of samples to wait between key on and first "
             "sample")
     print("   <key off> is number of samples to wait between last sample and "