Skip to content

Commit 8ad1371

Browse files
committed
Fixed CLI help text
1 parent 31ac89d commit 8ad1371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cog.out(
6262
$ whatsonpypi --help
6363
Usage: whatsonpypi [OPTIONS] PACKAGE
6464
65-
CLI tool to get package info from PyPI and/or manipulate requirements.
65+
A CLI tool to get package info from PyPI.
6666
6767
Example usages:
6868

whatsonpypi/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def main(
5757
history: int | None,
5858
) -> None:
5959
"""
60-
CLI tool to get package info from PyPI.
60+
A CLI tool to get package info from PyPI.
6161
6262
Example usages:
6363

0 commit comments

Comments
 (0)