diff --git a/pages/common/pass-otp.md b/pages/common/pass-otp.md index cfd03d1d07..4baf4bd08d 100644 --- a/pages/common/pass-otp.md +++ b/pages/common/pass-otp.md @@ -1,4 +1,4 @@ -# pass-otp +# pass otp > A pass extension for managing one-time-password (OTP) tokens. > More information: . @@ -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}}`