>From 3331023e479ff38803eb43e73ab264b485e2dbd4 Mon Sep 17 00:00:00 2001 From: Yin Kangkai <kangkai.yin@xxxxxxxxx> Date: Tue, 27 Jul 2010 13:40:56 +0800 Subject: [PATCH 1/9] udevadm-info: export-prefix requires argument Signed-off-by: Yin Kangkai <kangkai.yin@xxxxxxxxx> --- udev/udevadm-info.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/udev/udevadm-info.c b/udev/udevadm-info.c index 14baa6a..9bd60c7 100644 --- a/udev/udevadm-info.c +++ b/udev/udevadm-info.c @@ -242,7 +242,7 @@ int udevadm_info(struct udev *udev, int argc, char *argv[]) int option; struct stat statbuf; - option = getopt_long(argc, argv, "aed:n:p:q:rxPVh", options, NULL); + option = getopt_long(argc, argv, "aed:n:p:q:rxP:Vh", options, NULL); if (option == -1) break; -- 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