From: Heiko Carstens Date: Mon, 10 Oct 2011 08:59:40 +0000 (+0200) Subject: lscpu: fix typo in help text X-Git-Tag: v2.21-rc1~342 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f23608b892175d517227474a86bcbeed70430f69;p=thirdparty%2Futil-linux.git lscpu: fix typo in help text Add missing 'n' in help text for extended output line. Signed-off-by: Heiko Carstens --- diff --git a/sys-utils/lscpu.c b/sys-utils/lscpu.c index 66fa971d6e..7c8cb130ab 100644 --- a/sys-utils/lscpu.c +++ b/sys-utils/lscpu.c @@ -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[=] print out a extended readable format\n" + " -e, --extended[=] print out an extended readable format\n" " -h, --help print this help\n" " -p, --parse[=] print out a parsable format\n" " -s, --sysroot use directory DIR as system root\n"