aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/README.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-12-30 01:06:08 +0100
committerDaniel Mueller <deso@posteo.net>2019-01-07 18:34:55 -0800
commit09958e19b33526acb175f02c62b3680cb8402c0c (patch)
treebf8106ae55d9bd67284ff0bb86c4423c219ffbe2 /nitrocli/README.md
parent175f321e822308839d2a4d7ae89437cd29945e65 (diff)
downloadnitrocli-09958e19b33526acb175f02c62b3680cb8402c0c.tar.gz
nitrocli-09958e19b33526acb175f02c62b3680cb8402c0c.tar.bz2
Document the pws commands
This patch adds documentation and examples for the pws commands to the README and to the man page.
Diffstat (limited to 'nitrocli/README.md')
-rw-r--r--nitrocli/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/nitrocli/README.md b/nitrocli/README.md
index 308fbf2..96ae3a5 100644
--- a/nitrocli/README.md
+++ b/nitrocli/README.md
@@ -28,6 +28,11 @@ The following commands are currently supported:
- clear: Remove the user and admin PIN from gpg-agent's cache.
- set: Change the admin or the user PIN.
- unblock: Unblock and reset the user PIN.
+- pws: Access the password safe (PWS).
+ - get: Query the data on a PWS slot.
+ - set: Set the data on a PWS slot.
+ - status: List all PWS slots.
+ - clear: Delete a PWS slot.
Usage