From 53a6cafcdc13c0b8ed60f1a2912d660f2e5b415d Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Fri, 24 Nov 2017 14:23:54 -0300 Subject: [PATCH] 12018: Replaced '<' & '>' with their html entities counterparts Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- doc/user/topics/arv-sync-groups.html.textile.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/topics/arv-sync-groups.html.textile.liquid b/doc/user/topics/arv-sync-groups.html.textile.liquid index bded05dd64..6086b1ad2c 100644 --- a/doc/user/topics/arv-sync-groups.html.textile.liquid +++ b/doc/user/topics/arv-sync-groups.html.textile.liquid @@ -39,6 +39,6 @@ If you want to use a specific preexisting group as the parent of all the remote

-~$ arv-sync-groups --parent-group-uuid  --user-id username /path/to/external_groups.csv 
+~$ arv-sync-groups --parent-group-uuid <preexisting group UUID> --user-id username /path/to/external_groups.csv 
 
-- 2.30.2