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`