diff --git a/src/client/cmdVM/vmStartAttach.go b/src/client/cmdVM/vmStartAttach.go index 5649b9064d5d29e823c44f96d06f0d6a4aa275e7..b83a4f58fc1eef9e11a67cd4651b654e23943ade 100644 --- a/src/client/cmdVM/vmStartAttach.go +++ b/src/client/cmdVM/vmStartAttach.go @@ -16,9 +16,9 @@ func (cmd *StartAttach) GetName() string { func (cmd *StartAttach) GetDesc() []string { return []string{ - "Starts one or more VMs and attaches them 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", - "and VM_ATTACH VM access capability or VM_ATTACH_ANY user capability."} + "Starts and attaches to one or more VMs in order to use their desktop environment.", + "If not the VM's owner: requires VM_START and VM_ATTACH VM access capabilities or", + "VM_START_ANY and VM_ATTACH_ANY user capabilities."} } func (cmd *StartAttach) PrintUsage() {