fix unmunching

This commit is contained in:
2021-07-04 16:16:30 +02:00
parent 8df520e6c8
commit a69deb4a5d

View File

@ -29,6 +29,9 @@ def main():
parser.add_argument(
'--encoding', '-e',
help="Character encoding of the directory")
parser.add_argument(
'--unmunch-bin', '-u',
help="Path to my/hunspell unmunch binary")
parser.add_argument(
'--lang', '-l',