From: Yu Watanabe Date: Tue, 31 Oct 2023 08:05:51 +0000 (+0900) Subject: udevadm-trigger: mention --type=all in help X-Git-Tag: v255-rc1~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1cfc95ff96db968903b7b33e47b9fee7b4c18fe;p=thirdparty%2Fsystemd.git udevadm-trigger: mention --type=all in help Follow-up for 1baeee5784f1b859d2a1446f6776efe6d7fde7b6. Fixes #29779. --- diff --git a/src/udev/udevadm-trigger.c b/src/udev/udevadm-trigger.c index 5f7cc3509a0..e0f487de073 100644 --- a/src/udev/udevadm-trigger.c +++ b/src/udev/udevadm-trigger.c @@ -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"