Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Mar 6, 2023
1 parent 8acc2c6 commit 373e561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions komodo/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,14 +288,14 @@ def parse_args(args: List[str]) -> argparse.Namespace:
"-d",
action="store_true",
help="If set, packages will be downloaded but nothing will be built, unless "
"--build is also included."
"--build is also included.",
)
optional_args.add_argument(
"--build",
"-b",
action="store_true",
help="Flag to only build. If set and --download is not, "
"the downloads directory must already be populated."
"the downloads directory must already be populated.",
)
optional_args.add_argument(
"--install",
Expand Down

0 comments on commit 373e561

Please sign in to comment.