From 4b36603b892bbe1b0f20aa088aebef0e05816e95 Mon Sep 17 00:00:00 2001 From: ari melody Date: Mon, 27 Jan 2025 19:57:46 +0000 Subject: [PATCH] add missing command arg to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e7860c..e5df7f6 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ need to be up for this, making this ideal for some offline maintenance. - `listTOTP `: Lists an account's TOTP methods. - `deleteTOTP `: Deletes an account's TOTP method. - `testTOTP `: 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.