Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqzss committed Mar 5, 2024
1 parent d948774 commit a8e0f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wikiteam3/dumpgenerator/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ def getArgumentParser():
group_assert = parser.add_argument_group(
"Assertions",
"What assertions to check before actually downloading, if any assertion fails, program will exit with exit code 45. "
"[NOTE: This feature requires correct siteinfo API response from the wiki, amd not working properly with some wikis. "
"But it's useful for mass automated archiving, so you can schedule a re-run later for HUGE wikis.]"
"[NOTE: This feature requires correct siteinfo API response from the wiki, and not working properly with some wikis. "
"But it's useful for mass automated archiving, so you can schedule a re-run for HUGE wiki that may run out of disk space.]"
)
group_assert.add_argument(
"--assert-max-pages", metavar="123", type=int, default=None, dest="assert_max_pages",
Expand Down

0 comments on commit a8e0f69

Please sign in to comment.