diff options
| -rw-r--r-- | cmd/gotp/main.go | 2 |
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 ( |
