From 0148d954b1ea3105696e9958152b679997d9be86 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Thu, 27 Dec 2018 20:46:13 -0800 Subject: Update README to reflect changes in output of the status command With recent refactorings the output of the status command changed slightly. With this patch we update the README that happens to provide an example of said output in accordance with this change. --- nitrocli/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'nitrocli/README.md') diff --git a/nitrocli/README.md b/nitrocli/README.md index 8803e30..3e0b518 100644 --- a/nitrocli/README.md +++ b/nitrocli/README.md @@ -34,19 +34,23 @@ Usage ----- Usage is as simple as providing the name of the respective command as a -parameter, e.g.: +parameter (note that some commands are organized through subcommands, +which are required as well), e.g.: ```bash # Open the nitrokey's encrypted volume. $ nitrocli open $ nitrocli status Status: - SD card ID: 0xdeadbeef + model: Storage + serial number: 0x00053141 firmware version: 0.47 - firmware: unlocked - storage keys: created user retry count: 3 admin retry count: 3 + + SD card ID: 0x05dcad1d + firmware: unlocked + storage keys: created volumes: unencrypted: active encrypted: active -- cgit v1.2.1