From 09958e19b33526acb175f02c62b3680cb8402c0c Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 30 Dec 2018 01:06:08 +0100 Subject: Document the pws commands This patch adds documentation and examples for the pws commands to the README and to the man page. --- nitrocli/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nitrocli/README.md') 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 -- cgit v1.2.1