Fix arg names for --hist-lines-dir and --manifests-dir

This commit is contained in:
Ayaz Salikhov
2023-11-19 13:34:18 +01:00
parent d8c60bc42c
commit 69e5b1d5c2
6 changed files with 51 additions and 51 deletions

View File

@@ -103,13 +103,13 @@ if __name__ == "__main__":
help="Directory of the wiki repo",
)
arg_parser.add_argument(
"--hist-line-dir",
"--hist-lines-dir",
required=True,
type=Path,
help="Directory with history lines",
)
arg_parser.add_argument(
"--manifest-dir",
"--manifests-dir",
required=True,
type=Path,
help="Directory with manifest files",