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
parent 9c28e4bbd7
commit 14c5913acd

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: "-",
})
}