Copy-paste fix
This commit is contained in:
parent
0611c5ad29
commit
2e5a069e73
@ -7,7 +7,7 @@ import subprocess
|
|||||||
# argv[1] - wiki files directory
|
# argv[1] - wiki files directory
|
||||||
|
|
||||||
if len(sys.argv) < 2:
|
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:
|
else:
|
||||||
path = sys.argv[1]
|
path = sys.argv[1]
|
||||||
if os.path.exists(path):
|
if os.path.exists(path):
|
||||||
|
Loading…
Reference in New Issue
Block a user