mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Update __init__.py
This commit is contained in:
parent
21f072a666
commit
02ceab55c0
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ def parseArgs(argv):
|
|||
parser.add_argument("-l", "--lang", help="interface language (en, de, etc)")
|
||||
parser.add_argument("-v", "--version", help="print the Anki version and exit")
|
||||
parser.add_argument(
|
||||
"-s", "--safemode", help="disable addons and automatic syncing temporarily"
|
||||
"-s", "--safemode", help="disable addons and automatic syncing"
|
||||
)
|
||||
return parser.parse_known_args(argv[1:])
|
||||
|
||||
|
|
Loading…
Reference in a new issue