mirror of https://github.com/docker/cli.git
Merge pull request #2801 from thaJeztah/fix_missing_manual_entry
man-pages: fix missing manual title in heading
This commit is contained in:
commit
46e24f515e
|
@ -23,6 +23,7 @@ func generateManPages(opts *options) error {
|
|||
Title: "DOCKER",
|
||||
Section: "1",
|
||||
Source: "Docker Community",
|
||||
Manual: "Docker User Manuals",
|
||||
}
|
||||
|
||||
// If SOURCE_DATE_EPOCH is set, in order to allow reproducible package
|
||||
|
|
Loading…
Reference in New Issue