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

Minor text changes

parent 7e41041b
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ func (cmd *Whoami)GetName() string {
}
func (cmd *Whoami)GetDesc() string {
return "Display the authenticated user's details."
return "Display the current user's details."
}
func (cmd *Whoami)PrintUsage() {
......
......@@ -24,7 +24,7 @@ func (cmd *Edit)GetName() string {
}
func (cmd *Edit)GetDesc() string {
return "Edit a VM's properties: name, cpus, ram or nic (regex matching)."
return "Edit one or more VMs' properties: name, cpus, ram or nic (regex matching)."
}
func (cmd *Edit)PrintUsage() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment