From 2562cfdf8c3e93541efd516b6f3e4f5b58c0966a Mon Sep 17 00:00:00 2001 From: Lyanis SOUIDI <lyanis.souidi@etu.u-pec.fr> Date: Wed, 8 Jan 2025 17:48:01 +0100 Subject: [PATCH] Update vm/import_acl.py --- vm/import_acl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/import_acl.py b/vm/import_acl.py index d9c8f7d..45fd80c 100755 --- a/vm/import_acl.py +++ b/vm/import_acl.py @@ -34,8 +34,8 @@ Arguments: input_file - File containing ACLs to import Input file format: - <acl-path> <user>@<realm> <role> - <acl-path> <user>@<realm> <role> + /acl/path user@realm role + /acl/path user@realm role ...""") sys.exit(1)