Skip to content

Commit

Permalink
doc/early-access: use correct argument for email verification
Browse files Browse the repository at this point in the history
Tool "kci" expects email as an argument (not the user name):

```
$ ./kci user verify --help

Usage: kci user verify [OPTIONS] EMAIL

(snip)
```

Signed-off-by: Paweł Wieczorek <[email protected]>
  • Loading branch information
pawiecz authored and JenySadadia committed Feb 1, 2024
1 parent d7d7624 commit d9464ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/early-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Retype new password:
sent to your email:

```sh
$ kci user verify <your-username>
$ kci user verify <your-email>
Sending verification token to <your-email>
Verification token: <verification-token>
Email verification successful!
Expand Down

0 comments on commit d9464ec

Please sign in to comment.