aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2020-07-13 01:37:31 +1000
committerfauxpark <fauxpark@gmail.com>2020-09-19 05:21:32 +1000
commitef1b050b32b7a6ec5037489503caa92a527f6ab3 (patch)
tree2b10f0655d35241638361f98f496cc332ac4b3b1
parent4bee445c2f086a31e34135c2a08cf4fbfe7daf94 (diff)
downloadfirmware-ef1b050b32b7a6ec5037489503caa92a527f6ab3.tar.gz
firmware-ef1b050b32b7a6ec5037489503caa92a527f6ab3.tar.bz2
firmware-ef1b050b32b7a6ec5037489503caa92a527f6ab3.zip
Link to docs page in "missing" case
-rwxr-xr-xlib/python/qmk/cli/doctor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/doctor.py b/lib/python/qmk/cli/doctor.py
index dac1533ac..beb884a36 100755
--- a/lib/python/qmk/cli/doctor.py
+++ b/lib/python/qmk/cli/doctor.py
@@ -213,7 +213,7 @@ def check_udev_rules():
if deprecated_rule and deprecated_rule.issubset(current_rules):
cli.log.warn("{bg_yellow}Found old, deprecated udev rules for '%s' boards. The new rules on https://docs.qmk.fm/#/faq_build?id=linux-udev-rules offer better security with the same functionality.", bootloader)
else:
- cli.log.warn("{bg_yellow}Missing udev rules for '%s' boards. You'll need to use `sudo` in order to flash them.", bootloader)
+ cli.log.warn("{bg_yellow}Missing udev rules for '%s' boards. See https://docs.qmk.fm/#/faq_build?id=linux-udev-rules for more details.", bootloader)
return ok