Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -15,19 +15,19 @@ source: https://github.com/tldr-pages/tldr.git
- Display non-physical volumes:
`pvs -a`
`pvs {{[-a|--all]}}`
- Change default display to show more details:
`pvs -v`
`pvs {{[-v|--verbose]}}`
- Display only specific fields:
`pvs -o {{field_name_1}},{{field_name_2}}`
`pvs {{[-o|--options]}} {{field_name_1}},{{field_name_2}}`
- Append field to default display:
`pvs -o +{{field_name}}`
`pvs {{[-o|--options]}} +{{field_name}}`
- Suppress heading line: