Merge pull request #132 from AntonioMeireles/unbrand-man

turn generated man pages non k8s specific.
This commit is contained in:
Eric Paris 2015-08-28 12:09:21 -05:00
commit 7cd6c9c000

View file

@ -67,9 +67,7 @@ func (cmd *Command) GenMan(projectName string, out *bytes.Buffer) {
}
func manPreamble(out *bytes.Buffer, projectName, name, short, long string) {
fmt.Fprintf(out, `%% %s(1) kubernetes User Manuals
%% Eric Paris
%% Jan 2015
fmt.Fprintf(out, `%% %s(1)
# NAME
`, projectName)
fmt.Fprintf(out, "%s \\- %s\n\n", name, short)