Skip to content
Snippets Groups Projects
Commit 68ce7d9f authored by Florent Gluck's avatar Florent Gluck
Browse files

updated help

fixed mistake in README.md
parent 40db858e
Branches
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ tplcreate Creates a template from an existing VM.
tpledit Edits one or more template's properties: name, access.
Requires TPL_EDIT or TPL_EDIT_ANY user capability.
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
tpldel Deletes one or more templates.
tpldel Deletes a template.
Requires TPL_DESTROY or TPL_DESTROY_ANY user capability.
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
tplexportdisk Exports a template's disk.
......@@ -336,11 +336,6 @@ Delete template `effefb49-0402-4095-a42d-1755937fe4b1`:
tpldel effefb49-0402-4095-a42d-1755937fe4b1
```
Delete all templates matching the "test" pattern:
```
tpldel test
```
Quit `nexush`:
```
quit
......
......@@ -15,7 +15,7 @@ func (cmd *Del)GetName() string {
func (cmd *Del)GetDesc() []string {
return []string{
"Deletes one or more templates.",
"Deletes a template.",
"Requires TPL_DESTROY or TPL_DESTROY_ANY user capability."}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment