From b51147e2963b3d62c9309a002ddb715d6a1f04b5 Mon Sep 17 00:00:00 2001
From: Florent <florent.gluck@hesge.ch>
Date: Fri, 3 Jan 2025 17:44:42 +0100
Subject: [PATCH] minor change to client/cmdVM/vmStartAttach.go

---
 src/client/cmdVM/vmStartAttach.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/client/cmdVM/vmStartAttach.go b/src/client/cmdVM/vmStartAttach.go
index 5649b90..b83a4f5 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() {
-- 
GitLab