linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yin Kangkai <kangkai.yin@linux.intel.com>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH 7/9] udevadm-settle: add short options in Usage
Date: Wed, 28 Jul 2010 03:16:56 +0000	[thread overview]
Message-ID: <20100728031656.GG29131@kai-debian> (raw)

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


                 reply	other threads:[~2010-07-28  3:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100728031656.GG29131@kai-debian \
    --to=kangkai.yin@linux.intel.com \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).