diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-06-07 16:08:45 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-06-07 18:47:01 +0200 |
commit | d27e6aee5050da17bc9531fb62ac11aba4b15ceb (patch) | |
tree | 12699d529648a8aad1d320422ea73cab2ca6f8d0 /src/udev | |
parent | Merge pull request #19837 from keszybz/disable-more-units (diff) | |
download | systemd-d27e6aee5050da17bc9531fb62ac11aba4b15ceb.tar.xz systemd-d27e6aee5050da17bc9531fb62ac11aba4b15ceb.zip |
udevadm: fix --tag-match help + description
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/udevadm-trigger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevadm-trigger.c b/src/udev/udevadm-trigger.c index dc68f38d03..984ec1b84b 100644 --- a/src/udev/udevadm-trigger.c +++ b/src/udev/udevadm-trigger.c @@ -222,7 +222,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" |