From 65eb4378c3e1de25383d8cd606909e64c71edc80 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 16 Dec 2014 00:48:24 +0100 Subject: systemd-hwdb: introduce new tool This pulls out the hwdb managment from udevadm into an independent tool. The old code is left in place for backwards compatibility, and easy of testing, but all documentation is dropped to encourage use of the new tool instead. --- src/udev/udevadm-hwdb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/udev/udevadm-hwdb.c') diff --git a/src/udev/udevadm-hwdb.c b/src/udev/udevadm-hwdb.c index eb300fff6a..7a2114a3a1 100644 --- a/src/udev/udevadm-hwdb.c +++ b/src/udev/udevadm-hwdb.c @@ -687,5 +687,4 @@ out: const struct udevadm_cmd udevadm_hwdb = { .name = "hwdb", .cmd = adm_hwdb, - .help = "maintain the hardware database index", }; -- cgit v1.2.3-54-g00ecf