mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 06:00:35 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user