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,11 +14,11 @@ source: https://github.com/tldr-pages/tldr.git
- Forcefully remove a volume group without confirmation:
`vgremove --force {{volume_group}}`
`vgremove {{[-f|--force]}} {{volume_group}}`
- Set the debug level for detailed logging to level 2, (repeat `--debug` up to 6 times to increase the level):
`vgremove --debug --debug {{volume_group}}`
`vgremove {{[-d|--debug]}} {{[-d|--debug]}} {{volume_group}}`
- Use a specific config setting to override defaults:
@@ -26,4 +26,4 @@ source: https://github.com/tldr-pages/tldr.git
- Display help text for usage information:
`vgremove --help`
`vgremove {{[-h|--help]}}`