Add missing 'n' in help text for extended output line. Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> --- sys-utils/lscpu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-utils/lscpu.c b/sys-utils/lscpu.c index 66fa971..7c8cb13 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[=<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" -- 1.7.6.3 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html