Skip to content
Snippets Groups Projects
Unverified Commit b56245ca authored by euberdeveloper's avatar euberdeveloper Committed by GitHub
Browse files

fix: fix typo

parent 1574f629
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ def main():
)
parser.add_argument(
"--daily-req-limit",
default=DEFARGS['DAILY_REQ_LIMI'],
default=DEFARGS['DAILY_REQ_LIMIT'],
type=int,
metavar="<number>",
help="Set the default maximum number of requests per day per client, in addition to req-limit. (%(default)s)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment