Skip to content

Commit

Permalink
Slightly reword
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinfall committed Jan 18, 2024
1 parent 89d13b5 commit acc700b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vndb-calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"--filter",
required=False,
default=default_filters,
help="Custom filter",
help="custom compact filter, see https://api.vndb.org/kana#filters",
)
# 2 is sufficient enough in most cases
parser.add_argument(
Expand All @@ -157,7 +157,7 @@
type=int,
required=False,
default=2,
help="Max pages of query results",
help="max pages of query results",
)
args = parser.parse_args()

Expand Down

0 comments on commit acc700b

Please sign in to comment.