From c003a9f368f2c60c361bfcfe341f5c4a135198d5 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Apr 05 2019 19:33:01 +0000 Subject: clarify create option --- diff --git a/hub/kojihub.py b/hub/kojihub.py index eaf4a7e..b654a06 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -7647,10 +7647,10 @@ def grant_cg_access(user, cg, create=False): :type user: int or str :param cg: content generator id or name :type cg: int or str - :param bool create: If True, Koji will create an entirely different - content generator in the database. If False (default), - Koji will add the user to an existing content - generator. + :param bool create: If True, and the requested cg name entry does not + already exist, then Koji will create the content + generator entry. In such a case, the cg parameter + must be a string. The default is False. """ context.session.assertPerm('admin')