Skip to content

Commit 02ceab5

Browse files
authored
Update __init__.py
1 parent 21f072a commit 02ceab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qt/aqt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def parseArgs(argv):
320320
parser.add_argument("-l", "--lang", help="interface language (en, de, etc)")
321321
parser.add_argument("-v", "--version", help="print the Anki version and exit")
322322
parser.add_argument(
323-
"-s", "--safemode", help="disable addons and automatic syncing temporarily"
323+
"-s", "--safemode", help="disable addons and automatic syncing"
324324
)
325325
return parser.parse_known_args(argv[1:])
326326

0 commit comments

Comments
 (0)