MCPcopy
hub / github.com/rsc/2fa / usage

Function usage

main.go:95–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93)
94
95func usage() {
96 fmt.Fprintf(os.Stderr, "usage:\n")
97 fmt.Fprintf(os.Stderr, "\t2fa -add [-7] [-8] [-hotp] keyname\n")
98 fmt.Fprintf(os.Stderr, "\t2fa -list\n")
99 fmt.Fprintf(os.Stderr, "\t2fa [-clip] keyname\n")
100 os.Exit(2)
101}
102
103func main() {
104 log.SetPrefix("2fa: ")

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected