We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f560b6 commit 85608dcCopy full SHA for 85608dc
README.md
@@ -25,12 +25,12 @@ In the first run you will be prompted to insert a password to initialize the dat
25
cotp
26
27
# Add a new TOTP code from a BASE32 secret key
28
-cotp add -l <label> -i <optional_issuer>
+cotp add --label [email protected] --issuer Google
29
30
# Add a new HOTP code with custom algorithm, digits and counter
31
-cotp add --type hotp --algorithm SHA256 --digits 8 --counter 10
+cotp add --label example --type hotp --algorithm SHA256 --digits 8 --counter 10
32
33
-# Edit the digits of the 4th code
+# Edit the digits of the 4th OTP code
34
cotp edit --index 4 --digits 8
35
36
# List all the codes in JSON format passing password through stdin
0 commit comments