From 06292a45f304fc3c9ea2ef09789b090b2e368016 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 14 Oct 2020 10:35:44 +1000 Subject: [PATCH] formatting fix formatting fix --- qt/aqt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/__init__.py b/qt/aqt/__init__.py index 6dfcc858b..665b8bc96 100644 --- a/qt/aqt/__init__.py +++ b/qt/aqt/__init__.py @@ -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:])