diff options
author | Tom Gundersen <teg@jklm.no> | 2014-12-16 00:48:24 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-12-18 15:37:27 +0100 |
commit | 65eb4378c3e1de25383d8cd606909e64c71edc80 (patch) | |
tree | 96c6ce50bb3eefea4322a22884d15c013929fc7b /src/udev/udevadm-hwdb.c | |
parent | b98b483bac585af754e8a22ea890db8486905d8a (diff) |
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.
Diffstat (limited to 'src/udev/udevadm-hwdb.c')
-rw-r--r-- | src/udev/udevadm-hwdb.c | 1 |
1 files changed, 0 insertions, 1 deletions
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", }; |