Skip to content

Commit

Permalink
Update CLI option help text
Browse files Browse the repository at this point in the history
  • Loading branch information
mgax committed Aug 2, 2024
1 parent a411686 commit 469d79b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def add_arguments(self, parser: ArgumentParser) -> None:
nargs="?",
default=1,
type=valid_interval,
help="The interval (in seconds) at which to check for tasks to process (default: %(default)r)",
help="The interval (in seconds) to wait, when there are no tasks in the queue, before checking for tasks again (default: %(default)r)",
)
parser.add_argument(
"--batch",
Expand Down

0 comments on commit 469d79b

Please sign in to comment.