mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-04 20:30:39 +00:00
Remove --offline flag
This commit is contained in:
parent
c7cc9efee7
commit
800774f557
6 changed files with 18 additions and 19 deletions
|
@ -26,8 +26,6 @@ def main():
|
|||
help='Set frontend default language - target (%(default)s)')
|
||||
parser.add_argument('--frontend-timeout', type=int, default=500, metavar="<milliseconds>",
|
||||
help='Set frontend translation timeout (%(default)s)')
|
||||
parser.add_argument('--offline', default=False, action="store_true",
|
||||
help="Use offline")
|
||||
parser.add_argument('--api-keys', default=False, action="store_true",
|
||||
help="Enable API keys database for per-user rate limits lookup")
|
||||
parser.add_argument('--load-only', type=operator.methodcaller('split', ','),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue