fixed help function name
This commit is contained in:
parent
b2c7601714
commit
47e74cd31f
@ -87,7 +87,7 @@ def print_circle_of_fifths():
|
|||||||
print(circle)
|
print(circle)
|
||||||
print(print_circle_of_fifths.__doc__)
|
print(print_circle_of_fifths.__doc__)
|
||||||
|
|
||||||
def help():
|
def print_help():
|
||||||
print('usage: python mzk.py [OPTIONS]')
|
print('usage: python mzk.py [OPTIONS]')
|
||||||
print('\noptions:')
|
print('\noptions:')
|
||||||
print('--chord=KEY_TYPE │ print a TYPE chord in the key of KEY')
|
print('--chord=KEY_TYPE │ print a TYPE chord in the key of KEY')
|
||||||
|
Loading…
Reference in New Issue
Block a user