diff options
author | Christian Segundo | 2023-04-30 11:43:29 +0200 |
---|---|---|
committer | Christian Segundo | 2023-04-30 11:44:06 +0200 |
commit | 3587bfb8ef612ece526e8b4ea3f7e25b8e5de5e7 (patch) | |
tree | 6c1583bbc005c7a107ba7430933df2558649fa7e | |
parent | d3ae4c9b0089091af84b1e68aef4f62373546f2c (diff) | |
download | awscli-plugin-passtotp-wiki.tar.gz |
Fix pass linkwiki
-rw-r--r-- | index.7 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ .Sh NAME .Nm awscli-plugin-passtotp .Nd AWS CLI plugin to directly talk to -.Lk https://www.passwordstore.org pass +.Xr pass 1 for OATH-TOTP keys . .Sh DESCRIPTION @@ -13,7 +13,7 @@ for OATH-TOTP keys enables .Lk https://aws.amazon.com/cli/ aws-cli to directly talk to -.Lk https://www.passwordstore.org pass +.Xr pass 1 to acquire an OATH-TOTP code using the .Lk https://github.com/tadfisher/pass-otp pass-otp extension. |