Skip to content

Commit

Permalink
Update lscpu.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl authored Oct 22, 2017
1 parent 3fcb746 commit 83d6f45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/linux/lscpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 83d6f45

Please sign in to comment.