Skip to content

Commit f19f491

Browse files
authored
docs: update tldr example
1 parent 47ddfb1 commit f19f491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cotp edit --index 4 --digits 8
3737
echo "mysecretpassword" | cotp --password-stdin list --json
3838

3939
# Extract the first matching OTP code with "google" issuer and copy it into the clipboard
40-
echo "mysecretpassword" | cotp extract --issuer google --copy-clipboard
40+
cotp extract --issuer google --copy-clipboard
4141

4242
# Import an encrypted Aegis Database backup
4343
cotp import --path my_db.json --aegis-encrypted

0 commit comments

Comments
 (0)