mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Fix minor typo (#579)
This commit is contained in:
parent
2da4a54c5c
commit
d6948b782c
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ around it. In fact, you can provide your own if you want.
|
|||
### Defining your own help
|
||||
|
||||
You can provide your own Help command or your own template for the default command to use
|
||||
with followind functions:
|
||||
with following functions:
|
||||
|
||||
```go
|
||||
cmd.SetHelpCommand(cmd *Command)
|
||||
|
|
Loading…
Reference in a new issue