help="Name of authentication silo (required).",
dest="name", action="store", type=str, required=True),
Option("--member",
- help="Member to add to the silo (DN or account name).",
+ help="Member to grant access to the silo (DN or account name).",
dest="member", action="store", type=str, required=True),
]
help="Name of authentication silo (required).",
dest="name", action="store", type=str, required=True),
Option("--member",
- help="Member to remove from the silo (DN or account name).",
+ help="Member to revoke from the silo (DN or account name).",
dest="member", action="store", type=str, required=True),
]