From 5ddca7adba33876685bb823f4f60ed4de87e8235 Mon Sep 17 00:00:00 2001
From: Cristiano Urban <cristiano.urban@inaf.it>
Date: Thu, 10 Feb 2022 09:21:55 +0100
Subject: [PATCH] Minor change in 'vos_user' man page.

Signed-off-by: Cristiano Urban <cristiano.urban@inaf.it>
---
 client/vos_user | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/client/vos_user b/client/vos_user
index 2ffff23..04f935b 100644
--- a/client/vos_user
+++ b/client/vos_user
@@ -187,9 +187,9 @@ DESCRIPTION
        the VOSpace Transfer Service automatically populates the 'users' table in the database
        by previously quering the authentication system (RAP).
        It also adds the user node in the 'node' table, if not present (e.g. '/john.smith' for 
-       the user 'john.smith').
-       So, please, use this client only if you need to handle situations involing users that
-       for some reason are not recognized by the authentication system.
+       the user 'john.smith'). You can use this client to register a user manually, as needed.
+       For all other cases, please, use this client only if you need to handle situations
+       involving users that for some reason are not recognized by the authentication system.
     """)
     
 # Create new VOSUser object
-- 
GitLab