Copy-paste fix

This commit is contained in:
Maciej Wilczyński 2017-04-07 09:48:37 +02:00
parent 0611c5ad29
commit 2e5a069e73

View File

@ -7,7 +7,7 @@ import subprocess
# argv[1] - wiki files directory
if len(sys.argv) < 2:
print("Argument missing. Usage: python3 moin_convert.py <wiki content dir>")
print("Argument missing. Usage: python3 convert_markdown.py <wiki content dir>")
else:
path = sys.argv[1]
if os.path.exists(path):