cli: improve grant-permission --new --help message

The --new option only creates a new permission if the permission does
not already exist. Update the --help message to indicate this.
This commit is contained in:
Ken Dreyer 2020-04-28 16:11:06 -06:00 committed by Tomas Kopecek
parent 9b67c6c892
commit 235018eca6
2 changed files with 3 additions and 2 deletions

View file

@ -77,7 +77,7 @@ class TestGrantPermission(utils.CliTestCase):
Options:
-h, --help show this help message and exit
--new Create a new permission
--new Create this permission if the permission does not exist
""" % self.progname)