More libudev work. Most of udevadm's functionality comes from libudev
now.
+udevadm trigger has a new option --type, which allows to trigger events
+for "devices", for "subsystems" and "failed" devices. The old option
+--retry-failed" still works, but is no longer mentioned in the man page.
+
udev 128
========
Bugfixes.
static const struct option options[] = {
{ "verbose", 0, NULL, 'v' },
{ "dry-run", 0, NULL, 'n' },
- { "type", 0, NULL, 't' },
+ { "type", 1, NULL, 't' },
{ "retry-failed", 0, NULL, 'F' },
{ "action", 1, NULL, 'c' },
{ "subsystem-match", 1, NULL, 's' },