Remove useless lines

Signed-off-by: Shiming Zhang <wzshiming@foxmail.com>
This commit is contained in:
Shiming Zhang 2021-05-20 16:18:58 +08:00
parent 055c801ede
commit 869375a413

View File

@ -57,7 +57,6 @@ func run() error {
// clear out the usage as we use banners that do not display in man pages
appName.Usage = ""
appName.ToMan()
data, err := appName.ToMan()
if err != nil {
return err