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:
parent
c367702e95
commit
5e96baeca1
1 changed files with 3 additions and 3 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue