>From c9b30ed029332746b98c5039f39f70e21a286787 Mon Sep 17 00:00:00 2001 From: Yin Kangkai <kangkai.yin@xxxxxxxxx> Date: Tue, 27 Jul 2010 16:04:03 +0800 Subject: [PATCH 3/9] udevadm-info: add usage for --export and --export-prefix Signed-off-by: Yin Kangkai <kangkai.yin@xxxxxxxxx> --- udev/udevadm-info.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/udev/udevadm-info.c b/udev/udevadm-info.c index 61a6f84..4262a8c 100644 --- a/udev/udevadm-info.c +++ b/udev/udevadm-info.c @@ -362,6 +362,8 @@ int udevadm_info(struct udev *udev, int argc, char *argv[]) " the chain of parent devices\n" " -d, --device-id-of-file=<file> print major:minor of device containing\n" " this file\n" + " -x, --export more readable major:minor, for -d\n" + " -P, --export-prefix prefix for major and minor, for -d and -x\n" " -e, --export-db export the content of the udev database\n" " -h, --help\n\n"); goto exit; -- 1.6.5 -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html