Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Fixed help message
Browse files Browse the repository at this point in the history
  • Loading branch information
carlashley committed Jun 21, 2023
1 parent e5c1ba9 commit fc93961
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified loopdown
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ldilib/clargs.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def arguments(args: Optional[list] = None) -> argparse.Namespace:
dest="discover_plists_range",
default=disc_plists_def,
type=int,
metavar="[value]",
metavar=("[min]", "[max]"),
required=False,
help=(
argparse.SUPPRESS
Expand Down

0 comments on commit fc93961

Please sign in to comment.