Skip to content

Commit d9464ec

Browse files
pawieczJenySadadia
authored andcommitted
doc/early-access: use correct argument for email verification
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]>
1 parent d7d7624 commit d9464ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/early-access.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Retype new password:
8989
sent to your email:
9090

9191
```sh
92-
$ kci user verify <your-username>
92+
$ kci user verify <your-email>
9393
Sending verification token to <your-email>
9494
Verification token: <verification-token>
9595
Email verification successful!

0 commit comments

Comments
 (0)