mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 16:06:00 +02:00
qm-help: add page (#9165)
This commit is contained in:
parent
827f61a141
commit
71d4d67692
1 changed files with 12 additions and 0 deletions
12
pages/linux/qm-help.md
Normal file
12
pages/linux/qm-help.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# qm help
|
||||
|
||||
> Display help for a specific 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}}`
|
Loading…
Add table
Reference in a new issue