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

Minor changes in some helps' wording

parent 14a99231
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ func (cmd *List)GetName() string {
}
func (cmd *List)GetDesc() string {
return "List templates that can be listed by the user"
return "List available templates"
}
func (cmd *List)PrintUsage() {
......
......@@ -14,7 +14,7 @@ func (cmd *Whoami)GetName() string {
}
func (cmd *Whoami)GetDesc() string {
return "Display the user's details"
return "Display the authenticated user's details"
}
func (cmd *Whoami)PrintUsage() {
......
......@@ -9,7 +9,7 @@ func (cmd *List)GetName() string {
}
func (cmd *List)GetDesc() string {
return "List VMs that can be listed by the user"
return "List VMs that can be listed"
}
func (cmd *List)PrintUsage() {
......
......@@ -9,7 +9,7 @@ func (cmd *ListAttach)GetName() string {
}
func (cmd *ListAttach)GetDesc() string {
return "List VMs the user can attach to"
return "List VMs that can be attached to"
}
func (cmd *ListAttach)PrintUsage() {
......
......@@ -9,7 +9,7 @@ func (cmd *ListDel)GetName() string {
}
func (cmd *ListDel)GetDesc() string {
return "List VMs the user can delete"
return "List VMs that can be deleted"
}
func (cmd *ListDel)PrintUsage() {
......
......@@ -9,7 +9,7 @@ func (cmd *ListEdit)GetName() string {
}
func (cmd *ListEdit)GetDesc() string {
return "List VMs the user can edit"
return "List VMs that can be edited"
}
func (cmd *ListEdit)PrintUsage() {
......
......@@ -9,7 +9,7 @@ func (cmd *ListEditAccess)GetName() string {
}
func (cmd *ListEditAccess)GetDesc() string {
return "List VMs the user can edit the VM access for"
return "List VMs that can have their VM access edited"
}
func (cmd *ListEditAccess)PrintUsage() {
......
......@@ -9,7 +9,7 @@ func (cmd *ListStart)GetName() string {
}
func (cmd *ListStart)GetDesc() string {
return "List VMs the user can start"
return "List VMs that can be started"
}
func (cmd *ListStart)PrintUsage() {
......
......@@ -9,7 +9,7 @@ func (cmd *ListStop)GetName() string {
}
func (cmd *ListStop)GetDesc() string {
return "List VMs the user can stop"
return "List VMs that can be stopped"
}
func (cmd *ListStop)PrintUsage() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment