This commit is contained in:
Florian Bruhin 2016-11-23 08:37:02 +01:00
parent 946e3f93f9
commit 1507cfcae7
2 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ from PyQt5.QtWebEngineWidgets import (QWebEngineSettings, QWebEngineProfile,
# pylint: enable=no-name-in-module,import-error,useless-suppression
from qutebrowser.browser import shared
from qutebrowser.config import websettings, config
from qutebrowser.config import websettings
from qutebrowser.utils import objreg, utils, standarddir, javascript

View File

@ -68,10 +68,10 @@ def get_argparser():
"EXPERIMENTAL!).", default='webkit')
parser.add_argument('--enable-webengine-inspector', action='store_true',
help="Enable the web inspector for QtWebEngine. Note "
"that this is a SECURITY RISK and you should not visit "
"untrusted websites with the inspector turned on. See "
"https://bugreports.qt.io/browse/QTBUG-50725 for more "
"details.")
"that this is a SECURITY RISK and you should not "
"visit untrusted websites with the inspector turned "
"on. See https://bugreports.qt.io/browse/QTBUG-50725 "
"for more details.")
parser.add_argument('--json-args', help=argparse.SUPPRESS)
parser.add_argument('--temp-basedir-restarted', help=argparse.SUPPRESS)