Skip to content

Commit

Permalink
fixed docs (#2647)
Browse files Browse the repository at this point in the history
  • Loading branch information
anj20 authored Feb 18, 2025
1 parent a0c7ff4 commit 7a0907e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -476,19 +476,19 @@ Command-Line Commands for Keyring

.. code-block:: bash
keyring delete SERVICE_NAME USERNAME
keyring del SERVICE_NAME USERNAME
**Example:**

- Case 1: Standard Service Name
.. code-block:: bash
keyring delete http://localhost:8083 myname@mydomain
keyring del http://localhost:8083 myname@mydomain
- Case 2: Custom Authentication Service
.. code-block:: bash
keyring delete MSCOLAB_AUTH_http://localhost:8083 mscolab
keyring del MSCOLAB_AUTH_http://localhost:8083 mscolab
To confirm the deletion, attempt to retrieve the password:

Expand Down

0 comments on commit 7a0907e

Please sign in to comment.