pass-otp: fix typo (#4770)
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user