We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c7ff4 commit 7a0907eCopy full SHA for 7a0907e
1 file changed
docs/development.rst
@@ -476,19 +476,19 @@ Command-Line Commands for Keyring
476
477
.. code-block:: bash
478
479
- keyring delete SERVICE_NAME USERNAME
+ keyring del SERVICE_NAME USERNAME
480
481
**Example:**
482
483
- Case 1: Standard Service Name
484
485
486
- keyring delete http://localhost:8083 myname@mydomain
+ keyring del http://localhost:8083 myname@mydomain
487
488
- Case 2: Custom Authentication Service
489
490
491
- keyring delete MSCOLAB_AUTH_http://localhost:8083 mscolab
+ keyring del MSCOLAB_AUTH_http://localhost:8083 mscolab
492
493
To confirm the deletion, attempt to retrieve the password:
494
0 commit comments