]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/udevadm.xml
udevadm-verify: introduce --no-summary option
authorDmitry V. Levin <ldv@strace.io>
Tue, 16 May 2023 08:00:00 +0000 (08:00 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 21 May 2023 14:20:30 +0000 (23:20 +0900)
commit9e36da1541f3ff204290547ce1da0a18b0df75b8
tree5e408acda06e82e43ac1a20c1f59bc485fc86e3b
parentddf0d5cc0d1c20f23da968241d33061de5d14255
udevadm-verify: introduce --no-summary option

When udevadm verify is invoked by an analyzer tool like rpminspect
to verify individual udev rules files, the summary just clutters the
output, so provide an option to turn the summary off.
man/udevadm.xml
shell-completion/bash/udevadm
shell-completion/zsh/_udevadm
src/udev/udevadm-verify.c
test/units/testsuite-17.11.sh