linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 7/9] udevadm-settle: add short options in Usage
@ 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 859a0b8efef10c7de7afb3d6af9110c04b450525 Mon Sep 17 00:00:00 2001
From: Yin Kangkai <kangkai.yin@intel.com>
Date: Wed, 28 Jul 2010 10:16:44 +0800
Subject: [PATCH 7/9] udevadm-settle: add short options in Usage

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

diff --git a/udev/udevadm-settle.c b/udev/udevadm-settle.c
index 1423cec..5db0ede 100644
--- a/udev/udevadm-settle.c
+++ b/udev/udevadm-settle.c
@@ -115,12 +115,12 @@ int udevadm_settle(struct udev *udev, int argc, char *argv[])
 			break;
 		case 'h':
 			printf("Usage: udevadm settle OPTIONS\n"
-			       "  --timeout=<seconds>     maximum time to wait for events\n"
-			       "  --seq-start=<seqnum>    first seqnum to wait for\n"
-			       "  --seq-end=<seqnum>      last seqnum to wait for\n"
-			       "  --exit-if-exists=<file> stop waiting if file exists\n"
-			       "  --quiet                 do not print list after timeout\n"
-			       "  --help\n\n");
+			       "  -t, --timeout=<seconds>     maximum time to wait for events\n"
+			       "  -s, --seq-start=<seqnum>    first seqnum to wait for\n"
+			       "  -e, --seq-end=<seqnum>      last seqnum to wait for\n"
+			       "  -E, --exit-if-exists=<file> stop waiting if file exists\n"
+			       "  -q, --quiet                 do not print list after timeout\n"
+			       "  -h, --help\n\n");
 			exit(0);
 		}
 	}
-- 
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 7/9] udevadm-settle: add short options in Usage 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).