From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yin Kangkai Date: Wed, 28 Jul 2010 03:13:05 +0000 Subject: [PATCH 1/9] udevadm-info: export-prefix requires argument Message-Id: <20100728031305.GA29131@kai-debian> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org >From 3331023e479ff38803eb43e73ab264b485e2dbd4 Mon Sep 17 00:00:00 2001 From: Yin Kangkai Date: Tue, 27 Jul 2010 13:40:56 +0800 Subject: [PATCH 1/9] udevadm-info: export-prefix requires argument Signed-off-by: Yin Kangkai --- 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