Skip to content

Commit

Permalink
Document 'pep next' in --help
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 29, 2023
1 parent 228cd99 commit 661347f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pepotron/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def main() -> None:
parser.add_argument(
"search",
nargs="*",
help="PEP number, or Python version for its schedule, or words from title",
help="PEP number, or Python version for its schedule, or words from title, "
"or 'next' to find next available PEP number",
)
parser.add_argument(
"-u", "--url", default=BASE_URL, help=f"Base URL for PEPs (default: {BASE_URL})"
Expand Down

0 comments on commit 661347f

Please sign in to comment.