mirror of https://github.com/docker/cli.git
man-pages: fix missing manual title in heading
This was set in our manually written markdowns, but not in the man pages generated through Cobra. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
16127e2588
commit
b46ef4659e
|
@ -23,6 +23,7 @@ func generateManPages(opts *options) error {
|
||||||
Title: "DOCKER",
|
Title: "DOCKER",
|
||||||
Section: "1",
|
Section: "1",
|
||||||
Source: "Docker Community",
|
Source: "Docker Community",
|
||||||
|
Manual: "Docker User Manuals",
|
||||||
}
|
}
|
||||||
|
|
||||||
// If SOURCE_DATE_EPOCH is set, in order to allow reproducible package
|
// If SOURCE_DATE_EPOCH is set, in order to allow reproducible package
|
||||||
|
|
Loading…
Reference in New Issue