hwdb: fix comment suggested udevadm trigger command (#8465)

This commit is contained in:
futpib 2018-03-16 17:25:14 +03:00 committed by Yu Watanabe
parent 0caa99466d
commit d24e70fe8b

View 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