From e3a3812ae7cc209aea8583cd4894a02420fb57d6 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Sep 27 2017 08:04:45 +0000 Subject: update docstring --- diff --git a/hub/kojihub.py b/hub/kojihub.py index fbe9b8f..95360cf 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -10067,9 +10067,8 @@ class RootExports(object): def listUsers(self, userType=koji.USERTYPES['NORMAL'], prefix=None, queryOpts=None): """List all users in the system. - type can be either koji.USERTYPES['NORMAL'] - or koji.USERTYPES['HOST']. Returns a list of maps with the - following keys: + userType can be an integer value from koji.USERTYPES (defaults to 0, + i.e. normal users). Returns a list of maps with the following keys: - id - name