]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
hwdb: fix comment suggested `udevadm trigger` command (#8465)
authorfutpib <futpib@gmail.com>
Fri, 16 Mar 2018 14:25:14 +0000 (17:25 +0300)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 Mar 2018 14:25:14 +0000 (23:25 +0900)
hwdb/60-sensor.hwdb

index 2c8c4467ecd4d736c396e7a250d3cfa83e7fc2cf..616c390134aa363fd39d30c7aa68c91b30757c4d 100644 (file)
@@ -15,7 +15,7 @@
 #   /etc/udev/hwdb.d/61-sensor-local.hwdb
 # and add your rules there. To load the new rules execute (as root):
 #   systemd-hwdb update
-#   udevadm trigger -y `dirname $(udevadm info -n "/dev/iio:deviceXXX" -q path)`
+#   udevadm trigger -v -p DEVNAME=/dev/iio:deviceXXX
 # where /dev/iio:deviceXXX is the device in question.
 #
 # If your changes are generally applicable, preferably send them as a pull