fix: print correct filename in usage

This commit is contained in:
ktyl 2024-06-16 16:00:10 +01:00
parent 56fa0f9123
commit 745cedab0f
1 changed files with 1 additions and 1 deletions

View File

@ -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")