Skip to content

Commit 8bd9bc7

Browse files
committed
Adding verbiage for PRINCIPAL argument handling [default vs explicit value]
1 parent a479543 commit 8bd9bc7

File tree

1 file changed

+5
-2
lines changed
  • src/globus_cli/commands/collection/role

1 file changed

+5
-2
lines changed

src/globus_cli/commands/collection/role/create.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ def create_command(
4646
"activity_manager",
4747
"activity_monitor"
4848
49-
PRINCIPAL must be a username, UUID, or URN associated with a globus identity or
50-
group if specified, otherwise the users primary identity will be used.
49+
If a PRINCIPAL value is not provided the primary identity of the logged in user will
50+
be used.
51+
52+
If a PRINCIPAL value is provided, it must be a username, UUID, or URN associated
53+
with a globus identity or group.
5154
5255
If UUID, use `--principal-type` to specify the type (defaults to "identity").
5356
"""

0 commit comments

Comments
 (0)