mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-15 12:41:35 +00:00
Merge pull request #428 from mnzaki/patch-1
Fix bad help message in manage.py
This commit is contained in:
commit
bc3829a2fb
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def manage():
|
|||
|
||||
keys_add_parser = keys_subparser.add_parser("add", help="Add API keys to database")
|
||||
keys_add_parser.add_argument(
|
||||
"req_limit", type=int, help="Request Limits (per second)"
|
||||
"req_limit", type=int, help="Request Limits (per minute)"
|
||||
)
|
||||
keys_add_parser.add_argument(
|
||||
"--key", type=str, default="auto", required=False, help="API Key"
|
||||
|
|
Loading…
Reference in a new issue