Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-26 00:19:43 +00:00
parent 00aae9d884
commit 114611fd19
16 changed files with 95 additions and 28 deletions

View File

@@ -14,15 +14,15 @@ source: https://github.com/tldr-pages/tldr.git
- Display detailed output during the operation:
`sudo pvremove --verbose {{/dev/sdXY}}`
`sudo pvremove {{[-v|--verbose]}} {{/dev/sdXY}}`
- Remove a LVM label without asking for confirmation:
`sudo pvremove --yes {{/dev/sdXY}}`
`sudo pvremove {{[-y|--yes]}} {{/dev/sdXY}}`
- Forcefully remove a LVM label:
`sudo pvremove --force {{/dev/sdXY}}`
`sudo pvremove {{[-f|--force]}} {{/dev/sdXY}}`
- Display output in JSON format: