git: 9front

Download patch

ref: 94d2ee527af44610a498d6f6adbba8f0b6d76f17
parent: cde4b93a27af60da423b3ed387de5f7a31ba32b7
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
--