All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 9/9] udevadm-trigger: fix the short options that require
@ 2010-07-28  3:18 Yin Kangkai
  0 siblings, 0 replies; only message in thread
From: Yin Kangkai @ 2010-07-28  3:18 UTC (permalink / raw)
  To: linux-hotplug

From c0a486cfce12f0c8b33e13adfcf2c2289627b169 Mon Sep 17 00:00:00 2001
From: Yin Kangkai <kangkai.yin@intel.com>
Date: Wed, 28 Jul 2010 10:25:33 +0800
Subject: [PATCH 9/9] udevadm-trigger: fix the short options that require argument

Signed-off-by: Yin Kangkai <kangkai.yin@intel.com>
---
 udev/udevadm-trigger.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/udev/udevadm-trigger.c b/udev/udevadm-trigger.c
index 0d82606..c752116 100644
--- a/udev/udevadm-trigger.c
+++ b/udev/udevadm-trigger.c
@@ -128,7 +128,7 @@ int udevadm_trigger(struct udev *udev, int argc, char *argv[])
 		const char *val;
 		char buf[UTIL_PATH_SIZE];
 
-		option = getopt_long(argc, argv, "vng:o:t:hcp:s:S:a:A:y:", options, NULL);
+		option = getopt_long(argc, argv, "vng:o:t:hc:p:s:S:a:A:y:", 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:18 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:18 [PATCH 9/9] udevadm-trigger: fix the short options that require Yin Kangkai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.