mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 09:50:35 +00:00
Update cheatsheets
This commit is contained in:
17
linux/qm-help
Normal file
17
linux/qm-help
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# qm help
|
||||
|
||||
> Display help for a command.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- Display help for a specific command:
|
||||
|
||||
`qm help {{command}}`
|
||||
|
||||
- Display help for a specific command with detailed information:
|
||||
|
||||
`qm help {{command}} --verbose {{true|false}}`
|
||||
Reference in New Issue
Block a user