* [PATCH 1/9] udevadm-info: export-prefix requires argument
@ 2010-07-28 3:13 Yin Kangkai
0 siblings, 0 replies; only message in thread
From: Yin Kangkai @ 2010-07-28 3:13 UTC (permalink / raw)
To: linux-hotplug
From 3331023e479ff38803eb43e73ab264b485e2dbd4 Mon Sep 17 00:00:00 2001
From: Yin Kangkai <kangkai.yin@intel.com>
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@intel.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-28 3:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-28 3:13 [PATCH 1/9] udevadm-info: export-prefix requires argument Yin Kangkai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).