docs: fix totp cli examples (#4467)

Updated the documentation with the missing user keyword
pull/4468/head^2
Jonas Lewin 2022-12-04 07:29:05 +01:00 committed by GitHub
parent bdee9d4c5d
commit ee50e5580c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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