netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Petr Sabata <contyk@redhat.com>
To: netdev@vger.kernel.org
Cc: Petr Sabata <contyk@redhat.com>
Subject: [PATCH 2/3] iproute2: lnstat - fix typos
Date: Thu,  6 Oct 2011 14:45:33 +0200	[thread overview]
Message-ID: <1317905134-23175-3-git-send-email-contyk@redhat.com> (raw)
In-Reply-To: <1317905134-23175-1-git-send-email-contyk@redhat.com>

Signed-off-by: Petr Sabata <contyk@redhat.com>
---
 misc/lnstat.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/lnstat.c b/misc/lnstat.c
index 32ab6a4..bd19cc1 100644
--- a/misc/lnstat.c
+++ b/misc/lnstat.c
@@ -45,7 +45,7 @@ static struct option opts[] = {
 	{ "file", 1, NULL, 'f' },
 	{ "help", 0, NULL, 'h' },
 	{ "interval", 1, NULL, 'i' },
-	{ "key", 1, NULL, 'k' },
+	{ "keys", 1, NULL, 'k' },
 	{ "subject", 1, NULL, 's' },
 	{ "width", 1, NULL, 'w' },
 };
@@ -61,7 +61,7 @@ static int usage(char *name, int exit_code)
 	fprintf(stderr, "\t-V --version\t\tPrint Version of Program\n");
 	fprintf(stderr, "\t-c --count <count>\t"
 			"Print <count> number of intervals\n");
-	fprintf(stderr, "\t-d --dumpt\t\t"
+	fprintf(stderr, "\t-d --dump\t\t"
 			"Dump list of available files/keys\n");
 	fprintf(stderr, "\t-f --file <file>\tStatistics file to use\n");
 	fprintf(stderr, "\t-h --help\t\tThis help message\n");
-- 
1.7.6.4

  parent reply	other threads:[~2011-10-06 12:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-06 12:45 [PATCH 0/3] iproute2: various usage and doc fixes Petr Sabata
2011-10-06 12:45 ` [PATCH 1/3] iproute2: ss - fix missing parameters Petr Sabata
2011-10-06 12:45 ` Petr Sabata [this message]
2011-10-06 12:45 ` [PATCH 3/3] iproute2: arpd - fix usage and manpage options Petr Sabata
2011-10-06 15:25 ` [PATCH 0/3] iproute2: various usage and doc fixes Stephen Hemminger

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=1317905134-23175-3-git-send-email-contyk@redhat.com \
    --to=contyk@redhat.com \
    --cc=netdev@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).