lsblk: adjust example (#20197)

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
Co-authored-by: Lena Pastwa <lena@lnps.me>
This commit is contained in:
Managor
2025-12-23 05:45:59 +02:00
committed by GitHub
co-authored by Dylan Lena Pastwa
parent 420951793b
commit afbbd8513b
+2 -2
View File
@@ -31,6 +31,6 @@
`lsblk {{[-e|--exclude]}} {{1,7,...}}`
- Display a customized summary using a comma-separated list of columns:
- Add extra information to the output using a comma-separated list of columns (omit the `+` sign to only display the specified columns):
`lsblk {{[-o|--output]}} {{NAME,ROTA,SERIAL,MODEL,TRAN,TYPE,SIZE,FSTYPE,MOUNTPOINT,...}}`
`lsblk {{[-o|--output]}} +{{NAME,ROTA,SERIAL,MODEL,TRAN,TYPE,SIZE,FSTYPE,MOUNTPOINT,...}}`