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

minor change to client/cmdVM/vmStartAttach.go

parent 9be7b52c
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,9 @@ func (cmd *StartAttach) GetName() string { ...@@ -16,9 +16,9 @@ func (cmd *StartAttach) GetName() string {
func (cmd *StartAttach) GetDesc() []string { func (cmd *StartAttach) GetDesc() []string {
return []string{ return []string{
"Starts one or more VMs and attaches them in order to use their desktop environment.", "Starts and attaches to one or more VMs in order to use their desktop environment.",
"If not the VM's owner: requires VM_START VM access capability or VM_START_ANY user capability", "If not the VM's owner: requires VM_START and VM_ATTACH VM access capabilities or",
"and VM_ATTACH VM access capability or VM_ATTACH_ANY user capability."} "VM_START_ANY and VM_ATTACH_ANY user capabilities."}
} }
func (cmd *StartAttach) PrintUsage() { func (cmd *StartAttach) PrintUsage() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment