From e8e2c93ed92b6cace68a4fd46bb6d6404a4f1353 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 7 Jun 2021 16:08:45 +0200 Subject: [PATCH] udevadm: fix --tag-match help + description (cherry picked from commit d27e6aee5050da17bc9531fb62ac11aba4b15ceb) (cherry picked from commit 98af14bf53e0aeebf9d88b8f1c202a31ae7bb753) --- man/udevadm.xml | 2 +- src/udev/udevadm-trigger.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/udevadm.xml b/man/udevadm.xml index ec26cc3c07..372243fe77 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -286,7 +286,7 @@ - + Trigger events for devices with a matching tag. When this option is specified multiple times, then each matching result is ANDed, that is, devices which have all specified tags are triggered. diff --git a/src/udev/udevadm-trigger.c b/src/udev/udevadm-trigger.c index 5c74184c33..4955c6fb26 100644 --- a/src/udev/udevadm-trigger.c +++ b/src/udev/udevadm-trigger.c @@ -127,7 +127,7 @@ static int help(void) { " -a --attr-match=FILE[=VALUE] Trigger devices with a matching attribute\n" " -A --attr-nomatch=FILE[=VALUE] Exclude devices with a matching attribute\n" " -p --property-match=KEY=VALUE Trigger devices with a matching property\n" - " -g --tag-match=KEY=VALUE Trigger devices with a matching property\n" + " -g --tag-match=TAG Trigger devices with a matching tag\n" " -y --sysname-match=NAME Trigger devices with this /sys path\n" " --name-match=NAME Trigger devices with this /dev name\n" " -b --parent-match=NAME Trigger devices with that parent device\n" -- 2.25.1