summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.1
diff options
context:
space:
mode:
authorHeiko Carstens2012-08-08 10:52:47 +0200
committerKarel Zak2012-08-13 14:42:21 +0200
commit7fc12cd2760f8f2858eef8bd7e170cef9932d26f (patch)
tree0cde5ba79a4cda0cfdf98e84f6dd1ba61ae3e4a7 /sys-utils/lscpu.1
parentlib/tt: always escape '\' to simplify parsing in scripts (diff)
downloadkernel-qcow2-util-linux-7fc12cd2760f8f2858eef8bd7e170cef9932d26f.tar.gz
kernel-qcow2-util-linux-7fc12cd2760f8f2858eef8bd7e170cef9932d26f.tar.xz
kernel-qcow2-util-linux-7fc12cd2760f8f2858eef8bd7e170cef9932d26f.zip
lscpu: limit options --all, --online, --offline to parsable and extended output
Passing the --all, --online or --offline options for the output summary doesn't make much sense. It should be limited to the two list output options. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'sys-utils/lscpu.1')
-rw-r--r--sys-utils/lscpu.19
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-utils/lscpu.1 b/sys-utils/lscpu.1
index 41dae8369..f7e34b95d 100644
--- a/sys-utils/lscpu.1
+++ b/sys-utils/lscpu.1
@@ -81,13 +81,16 @@ and hypervisor support CPU polarization.
.SH OPTIONS
.TP
.BR \-a , " \-\-all"
-Include online and offline CPUs in the output (default for -e).
+Include lines for online and offline CPUs in the output (default for -e). This
+option may only specified together with option -e or -p.
.TP
.BR \-b , " \-\-online"
-Limit the output to online CPUs (default for -p).
+Limit the output to online CPUs (default for -p). This option may only
+be specified together with option -e or -p.
.TP
.BR \-c , " \-\-offline"
-Limit the output to offline CPUs.
+Limit the output to offline CPUs. This option may only be specified together
+with option -e or -p.
.TP
.BR \-e , " \-\-extended " \fI[=list]\fP
Display the CPU information in human readable format.