From 71d4d67692c620a137ed14d496a69f06b73f35ae Mon Sep 17 00:00:00 2001 From: MUSKAN <64833214+Muskan-Git-Code@users.noreply.github.com> Date: Tue, 25 Oct 2022 16:01:37 +0530 Subject: [PATCH] qm-help: add page (#9165) --- pages/linux/qm-help.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/qm-help.md diff --git a/pages/linux/qm-help.md b/pages/linux/qm-help.md new file mode 100644 index 000000000..715efd3d4 --- /dev/null +++ b/pages/linux/qm-help.md @@ -0,0 +1,12 @@ +# qm help + +> Display help for a specific command. +> More information: . + +- Display help for a specific command: + +`qm help {{command}}` + +- Display help for a specific command with detailed information: + +`qm help {{command}} --verbose {{true|false}}`