sine_table_generator: update usage

This commit is contained in:
Milanka Ringwald 2019-10-22 10:40:53 +02:00
parent ae1c72f5b6
commit 293fd5fb21

View File

@ -15,7 +15,7 @@ sine_frequency = 441
if __name__ == "__main__":
usage = '''
Usage: ./sine_table.py sine_frequency sine_sample_rate
Usage: ./sine_table_generator.py sine_frequency sine_sample_rate
'''
if (len(sys.argv) < 3):