Make SEE ALSO references and generated file names agree with each other.

This commit is contained in:
Raphael 'kena' Poss 2016-09-04 11:42:13 +00:00 committed by Anthony Fok
parent de09d9ce07
commit 1dd5ff2e11

View File

@ -37,7 +37,7 @@ func GenManTree(cmd *cobra.Command, header *GenManHeader, dir string) error {
return GenManTreeFromOpts(cmd, GenManTreeOptions{
Header: header,
Path: dir,
CommandSeparator: "_",
CommandSeparator: "-",
})
}