add missing command arg to readme

This commit is contained in:
ari melody 2025-01-27 19:57:46 +00:00
parent 64780611de
commit 4b36603b89
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -42,6 +42,7 @@ need to be up for this, making this ideal for some offline maintenance.
- `listTOTP <username>`: Lists an account's TOTP methods.
- `deleteTOTP <username> <name>`: Deletes an account's TOTP method.
- `testTOTP <username> <name>`: Generates the code for an account's TOTP method.
- `cleanTOTP`: Cleans up unconfirmed (dangling) TOTP methods.
- `createInvite`: Creates an invite code to register new accounts.
- `purgeInvites`: Deletes all available invite codes.
- `listAccounts`: Lists all active accounts.