]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
iproute2: lnstat - fix typos
authorPetr Sabata <contyk@redhat.com>
Thu, 6 Oct 2011 12:45:33 +0000 (14:45 +0200)
committerStephen Hemminger <shemminger@vyatta.com>
Thu, 6 Oct 2011 15:25:05 +0000 (08:25 -0700)
Signed-off-by: Petr Sabata <contyk@redhat.com>
misc/lnstat.c

index 32ab6a488dd3d808cea166542efb3df00de16dd4..bd19cc10de9a7c24bcd8ed5e703fd35d176f11d7 100644 (file)
@@ -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");