fix: print correct filename in usage
This commit is contained in:
parent
56fa0f9123
commit
745cedab0f
|
@ -17,7 +17,7 @@ import re
|
|||
# ...
|
||||
|
||||
def print_usage():
|
||||
print("\nusage: python mkblog.py SRC DEST\n")
|
||||
print(f"\nusage: python {sys.argv[0]} SRC DEST\n")
|
||||
print("\n")
|
||||
print("\t\tSRC\tinput markdown file")
|
||||
print("\t\tDEST\tdestination html file")
|
||||
|
|
Loading…
Reference in New Issue