From 22dcd775dadaf460cb6f4038e7782e8c9e598957 Mon Sep 17 00:00:00 2001 From: cryzed Date: Fri, 3 Nov 2017 11:57:23 +0100 Subject: [PATCH] Improve warning message and adjust copyright --- misc/userscripts/qute-pass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/userscripts/qute-pass b/misc/userscripts/qute-pass index 142c62f38..5894a3361 100755 --- a/misc/userscripts/qute-pass +++ b/misc/userscripts/qute-pass @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2014-2017 Chris Braun (cryzed) +# Copyright 2017 Chris Braun (cryzed) # # This file is part of qutebrowser. # @@ -27,10 +27,10 @@ # [USERNAME][PASSWORD], which is compatible with almost all login forms. # # Dependencies: tldextract (Python 3 module), pass -# For issues and feedback please use: https://github.com/cryzed/qutebrowser-userscripts +# For issues and feedback please use: https://github.com/cryzed/qutebrowser-userscripts. # -# Warning: The login details are viewable in plaintext in qutebrowser's debug log (qute://log) - +# WARNING: The login details are viewable as plaintext in qutebrowser's debug log (qute://log) and might be shared if +# you decide to submit a crash report! import argparse import enum