diff --git a/changelog.adoc b/changelog.adoc index afa096746..7805b9c09 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -52,7 +52,7 @@ Bugfixes: Enhancements: -* Added a new command for non-admins to create GCSv5 Guest Collections. +* Added a new command for users to create GCSv5 Guest Collections. + [source] ---- diff --git a/src/globus_cli/commands/endpoint/user_credential/list.py b/src/globus_cli/commands/endpoint/user_credential/list.py index 4c59a7d9c..e98373e75 100644 --- a/src/globus_cli/commands/endpoint/user_credential/list.py +++ b/src/globus_cli/commands/endpoint/user_credential/list.py @@ -28,7 +28,7 @@ def user_credential_list( storage_gateway: uuid.UUID | None, ) -> None: """ - List the User Credentials on a given Globus Connect Server v5 Endpoint + List all of your User Credentials on a Globus Connect Server v5 Endpoint """ gcs_client = login_manager.get_gcs_client(endpoint_id=endpoint_id) auth_client = login_manager.get_auth_client()