mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
Fix arg names for --hist-lines-dir and --manifests-dir
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user