Correct a typo in doc/util.go

This commit is contained in:
Felix Yan 2020-08-06 02:53:17 +08:00 committed by GitHub
parent 96dc55577f
commit 8ae2abe6b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ import (
)
// Test to see if we have a reason to print See Also information in docs
// Basically this is a test for a parent commend or a subcommand which is
// Basically this is a test for a parent command or a subcommand which is
// both not deprecated and not the autogenerated help command.
func hasSeeAlso(cmd *cobra.Command) bool {
if cmd.HasParent() {