Skip to content

Commit

Permalink
Update to a few documentation wording instances (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-globus authored Dec 14, 2023
1 parent e59e3d5 commit 622f747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down
2 changes: 1 addition & 1 deletion src/globus_cli/commands/endpoint/user_credential/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 622f747

Please sign in to comment.