Skip to content

Commit 7a0907e

Browse files
authored
fixed docs (#2647)
1 parent a0c7ff4 commit 7a0907e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/development.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,19 +476,19 @@ Command-Line Commands for Keyring
476476

477477
.. code-block:: bash
478478
479-
keyring delete SERVICE_NAME USERNAME
479+
keyring del SERVICE_NAME USERNAME
480480
481481
**Example:**
482482

483483
- Case 1: Standard Service Name
484484
.. code-block:: bash
485485
486-
keyring delete http://localhost:8083 myname@mydomain
486+
keyring del http://localhost:8083 myname@mydomain
487487
488488
- Case 2: Custom Authentication Service
489489
.. code-block:: bash
490490
491-
keyring delete MSCOLAB_AUTH_http://localhost:8083 mscolab
491+
keyring del MSCOLAB_AUTH_http://localhost:8083 mscolab
492492
493493
To confirm the deletion, attempt to retrieve the password:
494494

0 commit comments

Comments
 (0)