From 5e96baeca13a1d765e50ceedac4a61fc2088d220 Mon Sep 17 00:00:00 2001 From: Quentin Date: Sat, 24 Oct 2020 14:24:57 +0200 Subject: [PATCH] pass-otp: fix typo (#4770) --- pages/common/pass-otp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}}`