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)