diff --git a/docs/README.md b/docs/README.md index 42dad0d..dbd0e9a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,10 +4,12 @@ This directory contains supplementary guides for using SeedPass. ## Quick Example: Get a TOTP Code -Run `seedpass get-code` to retrieve a time-based one-time password (TOTP). A progress bar shows the remaining seconds in the current period. +Run `seedpass totp ` to retrieve a time-based one-time password (TOTP). The +`` can be a label, title, or index. A progress bar shows the remaining +seconds in the current period. ```bash -$ seedpass get-code --index 0 +$ seedpass totp "email" [##########----------] 15s Code: 123456 ```