mirror of
https://github.com/spf13/cobra
synced 2025-05-05 21:07:24 +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{
|
return GenManTreeFromOpts(cmd, GenManTreeOptions{
|
||||||
Header: header,
|
Header: header,
|
||||||
Path: dir,
|
Path: dir,
|
||||||
CommandSeparator: "_",
|
CommandSeparator: "-",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue