mirror of
https://github.com/spf13/cobra
synced 2025-05-05 12:57:22 +00:00
Make SEE ALSO references and generated file names agree with each other.
This commit is contained in:
parent
9c28e4bbd7
commit
14c5913acd
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…
Add table
Reference in a new issue