summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.c
diff options
context:
space:
mode:
authorBenno Schulenberg2013-01-22 10:57:52 +0100
committerKarel Zak2013-01-30 15:23:54 +0100
commit52f63b29acca5370b393b45ea69d5f8a01426148 (patch)
tree7a018c5f7a3006b1ebf0ba5647d3d02f8c9a03b3 /sys-utils/lscpu.c
parentfsck: mark file descriptor for -C as optional in help text (diff)
downloadkernel-qcow2-util-linux-52f63b29acca5370b393b45ea69d5f8a01426148.tar.gz
kernel-qcow2-util-linux-52f63b29acca5370b393b45ea69d5f8a01426148.tar.xz
kernel-qcow2-util-linux-52f63b29acca5370b393b45ea69d5f8a01426148.zip
lscpu: correct the description of --sysroot in help text
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/lscpu.c')
-rw-r--r--sys-utils/lscpu.c6
1 files changed, 3 insertions, 3 deletions
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[=<list>] print out an extended readable format\n"
- " -h, --help print this help\n"
+ " -h, --help display this help text and exit\n"
" -p, --parse[=<list>] print out a parsable format\n"
- " -s, --sysroot <dir> use directory DIR as system root\n"
- " -V, --version print version information and exit\n"
+ " -s, --sysroot <dir> 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"));