Skip to content

Commit 85608dc

Browse files
committed
docs: finalize examples
1 parent 3f560b6 commit 85608dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ In the first run you will be prompted to insert a password to initialize the dat
2525
cotp
2626

2727
# Add a new TOTP code from a BASE32 secret key
28-
cotp add -l <label> -i <optional_issuer>
28+
cotp add --label [email protected] --issuer Google
2929

3030
# Add a new HOTP code with custom algorithm, digits and counter
31-
cotp add --type hotp --algorithm SHA256 --digits 8 --counter 10
31+
cotp add --label example --type hotp --algorithm SHA256 --digits 8 --counter 10
3232

33-
# Edit the digits of the 4th code
33+
# Edit the digits of the 4th OTP code
3434
cotp edit --index 4 --digits 8
3535

3636
# List all the codes in JSON format passing password through stdin

0 commit comments

Comments
 (0)