formatting fix

formatting fix
This commit is contained in:
Damien Elmes 2020-10-14 10:35:44 +10:00
parent 73f2042bde
commit 06292a45f3

View file

@ -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"
"-s", "--safemode", help="disable add-ons and automatic syncing"
)
return parser.parse_known_args(argv[1:])