mirror of
https://github.com/spf13/cobra
synced 2024-11-05 05:17:12 +00:00
Correct a typo in doc/util.go (#1184)
This commit is contained in:
parent
a738b60e52
commit
a0b86e58f8
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue