1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

pass-otp: fix typo (#4770)

This commit is contained in:
Quentin 2020-10-24 14:24:57 +02:00 committed by GitHub
parent c367702e95
commit 5e96baeca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# pass-otp
# pass otp
> A pass extension for managing one-time-password (OTP) tokens.
> More information: <https://github.com/tadfisher/pass-otp#readme>.
@ -7,7 +7,7 @@
`pass otp insert {{path/to/pass}}`
- Promt for an otpauth URI token and append to an existing pass file:
- Prompt for an otpauth URI token and append to an existing pass file:
`pass otp append {{path/to/pass}}`
@ -23,6 +23,6 @@
`pass otp uri --qrcode {{path/to/pass}}`
- Promt for an OTP secret value specifying issuer and account (at least one must be specified) and append to existing pass file:
- Prompt for an OTP secret value specifying issuer and account (at least one must be specified) and append to existing pass file:
`pass otp append --secret --issuer {{issuer_name}} --account {{account_name}} {{path/to/pass}}`