From 83d6f4528d0a7d7266a84c3e4d5bae09b5806a0f Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 22 Oct 2017 10:09:16 +0100 Subject: [PATCH] Update lscpu.md --- pages/linux/lscpu.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/linux/lscpu.md b/pages/linux/lscpu.md index 4d3d32f531..161bb68c13 100644 --- a/pages/linux/lscpu.md +++ b/pages/linux/lscpu.md @@ -2,14 +2,14 @@ > Displays information about the CPU architecture. -- Display information about all online CPUs: +- Display information about all CPUs: `lscpu` -- Display information about offline CPUs: - -`lscpu --offline` - - Display information in a table: `lscpu --extended` + +- Display only information about offline CPUs in a table: + +`lscpu --extended --offline`