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 47ddfb1 commit f19f491Copy full SHA for f19f491
README.md
@@ -37,7 +37,7 @@ cotp edit --index 4 --digits 8
37
echo "mysecretpassword" | cotp --password-stdin list --json
38
39
# Extract the first matching OTP code with "google" issuer and copy it into the clipboard
40
-echo "mysecretpassword" | cotp extract --issuer google --copy-clipboard
+cotp extract --issuer google --copy-clipboard
41
42
# Import an encrypted Aegis Database backup
43
cotp import --path my_db.json --aegis-encrypted
0 commit comments