Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
legnaleurc committed Dec 17, 2023
1 parent 930b064 commit 4dcc9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drive/app/faststart/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def parse_args(args: list[str] | None) -> Namespace:

parser = ArgumentParser("app")

parser.add_argument("--config-path", required=True, type=str)
parser.add_argument("--config-path", "-c", required=True, type=str)
parser.add_argument("--data-path", required=True, type=str)
parser.add_argument("--tmp-path", type=str)
parser.add_argument("--jobs", "-j", default=1)
Expand Down

0 comments on commit 4dcc9fd

Please sign in to comment.