mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
turn generated man pages non k8s specific.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
This commit is contained in:
parent
e4993076d8
commit
f5d2d93abf
1 changed files with 1 additions and 3 deletions
|
@ -67,9 +67,7 @@ func (cmd *Command) GenMan(projectName string, out *bytes.Buffer) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func manPreamble(out *bytes.Buffer, projectName, name, short, long string) {
|
func manPreamble(out *bytes.Buffer, projectName, name, short, long string) {
|
||||||
fmt.Fprintf(out, `%% %s(1) kubernetes User Manuals
|
fmt.Fprintf(out, `%% %s(1)
|
||||||
%% Eric Paris
|
|
||||||
%% Jan 2015
|
|
||||||
# NAME
|
# NAME
|
||||||
`, projectName)
|
`, projectName)
|
||||||
fmt.Fprintf(out, "%s \\- %s\n\n", name, short)
|
fmt.Fprintf(out, "%s \\- %s\n\n", name, short)
|
||||||
|
|
Loading…
Reference in a new issue