aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-07 01:15:07 +0700
committerShulhan <ms@kilabit.info>2022-08-07 01:15:07 +0700
commit2c0f8a1c9c4ef245fb88b5b0ccd393ec874ad3e3 (patch)
tree3aa748d7644d28ef2c7310fd4ce57cc4abb69f91
parent41c0c1a9146b0aacebf990d00da4e425c91db578 (diff)
downloadgotp-2c0f8a1c9c4ef245fb88b5b0ccd393ec874ad3e3.tar.xz
cmd/gotp: add the documentation for command gotp
-rw-r--r--cmd/gotp/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/gotp/main.go b/cmd/gotp/main.go
index f159234..cf7a2a4 100644
--- a/cmd/gotp/main.go
+++ b/cmd/gotp/main.go
@@ -1,6 +1,8 @@
// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
// SPDX-License-Identifier: GPL-3.0-or-later
+// Command gotp a command line interface to manage and generate Time-based One
+// Time Password (TOTP).
package main
import (