linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5/9] udevadm-control: rm short options that not used
@ 2010-07-28  3:16 Yin Kangkai
  0 siblings, 0 replies; only message in thread
From: Yin Kangkai @ 2010-07-28  3:16 UTC (permalink / raw)
  To: linux-hotplug

From 3aee4b9a71ceb175eb0a69efb6fc243500598532 Mon Sep 17 00:00:00 2001
From: Yin Kangkai <kangkai.yin@intel.com>
Date: Tue, 27 Jul 2010 16:33:39 +0800
Subject: [PATCH 5/9] udevadm-control: rm short options that not used

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

diff --git a/udev/udevadm-control.c b/udev/udevadm-control.c
index 1f8008a..8b90829 100644
--- a/udev/udevadm-control.c
+++ b/udev/udevadm-control.c
@@ -71,7 +71,7 @@ int udevadm_control(struct udev *udev, int argc, char *argv[])
 		int i;
 		char *endp;
 
-		option = getopt_long(argc, argv, "l:sSRp:m:M:h", options, NULL);
+		option = getopt_long(argc, argv, "l:sSRp:m:h", 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:16 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:16 [PATCH 5/9] udevadm-control: rm short options that not used 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).