From: Petr Sabata Date: Thu, 6 Oct 2011 12:45:33 +0000 (+0200) Subject: iproute2: lnstat - fix typos X-Git-Tag: v3.0.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e8bd80e38011a228d9843d312f7a9bb0f811b00;p=thirdparty%2Fiproute2.git iproute2: lnstat - fix typos Signed-off-by: Petr Sabata --- diff --git a/misc/lnstat.c b/misc/lnstat.c index 32ab6a488..bd19cc10d 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 \t" "Print 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 \tStatistics file to use\n"); fprintf(stderr, "\t-h --help\t\tThis help message\n");