From ee50e5580c69ce8355f2dba075c1ff23a5563135 Mon Sep 17 00:00:00 2001 From: Jonas Lewin Date: Sun, 4 Dec 2022 07:29:05 +0100 Subject: [PATCH] docs: fix totp cli examples (#4467) Updated the documentation with the missing user keyword --- .../second-factor/time-based-one-time-password.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/en/configuration/second-factor/time-based-one-time-password.md b/docs/content/en/configuration/second-factor/time-based-one-time-password.md index a3767882a..cc6c45c0f 100644 --- a/docs/content/en/configuration/second-factor/time-based-one-time-password.md +++ b/docs/content/en/configuration/second-factor/time-based-one-time-password.md @@ -170,19 +170,19 @@ at least a minimal configuration that has the storage backend connection details Export in [Key URI Format](https://github.com/google/google-authenticator/wiki/Key-Uri-Format): ```bash -authelia storage totp export --format uri +authelia storage user totp export --format uri ``` Export as CSV: ```bash -authelia storage totp export --format csv +authelia storage user totp export --format csv ``` Help: ```bash -authelia storage totp export --help +authelia storage user totp export --help ``` [RFC4226]: https://www.rfc-editor.org/rfc/rfc4226.html