]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu: fix typo in help text
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 10 Oct 2011 08:59:40 +0000 (10:59 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 11 Oct 2011 09:36:05 +0000 (11:36 +0200)
Add missing 'n' in help text for extended output line.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
sys-utils/lscpu.c

index 66fa971d6e51a5c0130a84f80bcbbbf3355794cb..7c8cb130ab41eff5cbd04eeb3b5d58474364e2d4 100644 (file)
@@ -1197,7 +1197,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
        fputs(_(" -a, --all               print online and offline CPUs (default for -e)\n"
                " -b, --online            print online CPUs only (default for -p)\n"
                " -c, --offline           print offline CPUs only\n"
-               " -e, --extended[=<list>] print out a extended readable format\n"
+               " -e, --extended[=<list>] print out an extended readable format\n"
                " -h, --help              print this help\n"
                " -p, --parse[=<list>]    print out a parsable format\n"
                " -s, --sysroot <dir>     use directory DIR as system root\n"