From 52f63b29acca5370b393b45ea69d5f8a01426148 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 22 Jan 2013 10:57:52 +0100 Subject: lscpu: correct the description of --sysroot in help text Signed-off-by: Benno Schulenberg --- sys-utils/lscpu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-utils/lscpu.c') diff --git a/sys-utils/lscpu.c b/sys-utils/lscpu.c index 7cdc9f927..4de31865a 100644 --- a/sys-utils/lscpu.c +++ b/sys-utils/lscpu.c @@ -1254,10 +1254,10 @@ static void __attribute__((__noreturn__)) usage(FILE *out) " -b, --online print online CPUs only (default for -p)\n" " -c, --offline print offline CPUs only\n" " -e, --extended[=] print out an extended readable format\n" - " -h, --help print this help\n" + " -h, --help display this help text and exit\n" " -p, --parse[=] print out a parsable format\n" - " -s, --sysroot use directory DIR as system root\n" - " -V, --version print version information and exit\n" + " -s, --sysroot use specified directory as system root\n" + " -V, --version display version information and exit\n" " -x, --hex print hexadecimal masks rather than lists of CPUs\n"), out); fprintf(out, _("\nAvailable columns:\n")); -- cgit v1.2.3-55-g7522