shithub: riscv

Download patch

ref: dda9a6f5440851c88dfa67282632a6ff0204302f
parent: fbea9119d7046808354350c32ff774f34dbcd9a7
author: Alex Musolino <alex@musolino.id.au>
date: Sun Jan 12 23:36:55 EST 2025

totp(1): fix example for adding totp key to factotum

--- a/sys/man/1/totp
+++ b/sys/man/1/totp
@@ -38,7 +38,7 @@
 Adding a TOTP key to factotum:
 .IP
 .EX
-% echo 'key label=mylabel secret=ABCDEF123456' \\
+% echo 'key proto=totp label=mylabel secret=ABCDEF123456' \\
 	> /mnt/factotum/ctl
 .EE
 .PP
--