chiark / gitweb /
udevadm,..: make --help output of udev tools more like the output of the various...
[elogind.git] / src / udev / udev-builtin-input_id.c
index 1a1121ef940132681d212e00ae5d6fde7f4ad7d4..a3289128b31cef5e98d01e678de591f7c2d2ab81 100644 (file)
@@ -222,5 +222,5 @@ static int builtin_input_id(struct udev_device *dev, int argc, char *argv[], boo
 const struct udev_builtin udev_builtin_input_id = {
         .name = "input_id",
         .cmd = builtin_input_id,
-        .help = "input device properties",
+        .help = "Input device properties",
 };