Merge pull request #5520 from wzshiming/clean/gen-mgr

Remove useless lines
This commit is contained in:
Phil Estes 2021-05-20 08:22:30 -04:00 committed by GitHub
commit 5089035c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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