summaryrefslogtreecommitdiff
path: root/qutebrowser/qutebrowser.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/qutebrowser.py')
-rw-r--r--qutebrowser/qutebrowser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/qutebrowser.py b/qutebrowser/qutebrowser.py
index 9eb5cc6fb..f1273dee3 100644
--- a/qutebrowser/qutebrowser.py
+++ b/qutebrowser/qutebrowser.py
@@ -86,7 +86,7 @@ def get_argparser():
default="org.qutebrowser.qutebrowser",
help="Set the base name of the desktop entry for this "
"application. Used to set the app_id under Wayland. See "
- "https://doc.qt.io/qt-5/qguiapplication.html#desktopFileName-prop")
+ "https://doc.qt.io/qt-6/qguiapplication.html#desktopFileName-prop")
parser.add_argument('--untrusted-args',
action='store_true',
help="Mark all following arguments as untrusted, which "