mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Make SEE ALSO references and generated file names agree with each other.
This commit is contained in:
parent
de09d9ce07
commit
1dd5ff2e11
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ func GenManTree(cmd *cobra.Command, header *GenManHeader, dir string) error {
|
|||
return GenManTreeFromOpts(cmd, GenManTreeOptions{
|
||||
Header: header,
|
||||
Path: dir,
|
||||
CommandSeparator: "_",
|
||||
CommandSeparator: "-",
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue