Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nexus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flg_projects
nexus_vdi
nexus
Commits
68ce7d9f
Commit
68ce7d9f
authored
2 years ago
by
Florent Gluck
Browse files
Options
Downloads
Patches
Plain Diff
updated help
fixed mistake in README.md
parent
40db858e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-6
1 addition, 6 deletions
README.md
src/cmdTemplate/templateDel.go
+1
-1
1 addition, 1 deletion
src/cmdTemplate/templateDel.go
with
2 additions
and
7 deletions
README.md
+
1
−
6
View file @
68ce7d9f
...
...
@@ -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
template
s
.
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
...
...
This diff is collapsed.
Click to expand it.
src/cmdTemplate/templateDel.go
+
1
−
1
View file @
68ce7d9f
...
...
@@ -15,7 +15,7 @@ func (cmd *Del)GetName() string {
func
(
cmd
*
Del
)
GetDesc
()
[]
string
{
return
[]
string
{
"Deletes
one or more
template
s
."
,
"Deletes
a
template."
,
"Requires TPL_DESTROY or TPL_DESTROY_ANY user capability."
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment