fixed help function name

This commit is contained in:
Dionysus 2019-07-25 02:12:59 -04:00
parent b2c7601714
commit 47e74cd31f
No known key found for this signature in database
GPG Key ID: 05114B46832BDBDB
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ def print_circle_of_fifths():
print(circle)
print(print_circle_of_fifths.__doc__)
def help():
def print_help():
print('usage: python mzk.py [OPTIONS]')
print('\noptions:')
print('--chord=KEY_TYPE │ print a TYPE chord in the key of KEY')