]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udevadm-trigger: mention --type=all in help
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 31 Oct 2023 08:05:51 +0000 (17:05 +0900)
committerLennart Poettering <lennart@poettering.net>
Tue, 31 Oct 2023 13:36:22 +0000 (14:36 +0100)
Follow-up for 1baeee5784f1b859d2a1446f6776efe6d7fde7b6.

Fixes #29779.

src/udev/udevadm-trigger.c

index 5f7cc3509a007f0b2622502ee277326d80d33589..e0f487de07328a249267923fda6ff59e3f096f62 100644 (file)
@@ -255,6 +255,7 @@ static int help(void) {
                "  -t --type=                        Type of events to trigger\n"
                "          devices                     sysfs devices (default)\n"
                "          subsystems                  sysfs subsystems and drivers\n"
+               "          all                         sysfs devices, subsystems, and drivers\n"
                "  -c --action=ACTION|help           Event action value, default is \"change\"\n"
                "  -s --subsystem-match=SUBSYSTEM    Trigger devices from a matching subsystem\n"
                "  -S --subsystem-nomatch=SUBSYSTEM  Exclude devices from a matching subsystem\n"