Skip to content

Commit

Permalink
better help text for --yes
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth committed Dec 8, 2023
1 parent 2fa772c commit e6e4308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubi_tk/sodar/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def setup_argparse(cls, parser: argparse.ArgumentParser) -> None:
"--yes",
default=False,
action="store_true",
help="Don't ask for permission.",
help="Don't ask for permission. Does not skip manual selection input.",
)
parser.add_argument(
"--collection",
Expand Down

0 comments on commit e6e4308

Please sign in to comment.