From 4c44febe0bfd98c83f5c58dca3ff87fa075706df Mon Sep 17 00:00:00 2001
From: Hanspeter Spalinger <hanspeter@spahan.ch>
Date: Wed, 10 Aug 2016 09:19:13 +0200
Subject: [PATCH] fix docu

---
 chkcrontab_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chkcrontab_lib.py b/chkcrontab_lib.py
index 921b965..5747d9c 100755
--- a/chkcrontab_lib.py
+++ b/chkcrontab_lib.py
@@ -1062,7 +1062,7 @@ def check_crontab(crontab_file, log, whitelisted_users=None):
   Args:
     crontab_file: Name of the crontab file to check.
     log: A LogCounter object.
-    whitelisted_users: A comma delimited list of users to ignore when warning on unrecognized users.
+    whitelisted_users: A list of users to ignore when warning on unrecognized users.
 
   Returns:
     0 if there were no errors.
-- 
GitLab