Skip to content

Commit 0e375a8

Browse files
authored
restore long description to be included in docker compose help (docker#10504)
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent b776826 commit 0e375a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmd/compose/compose.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ func RootCommand(streams command.Cli, backend api.Service) *cobra.Command { //no
263263
)
264264
c := &cobra.Command{
265265
Short: "Docker Compose",
266+
Long: "Define and run multi-container applications with Docker.",
266267
Use: PluginName,
267268
TraverseChildren: true,
268269
// By default (no Run/RunE in parent c) for typos in subcommands, cobra displays the help of parent c but exit(0) !

docs/reference/compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# docker compose
22

33
<!---MARKER_GEN_START-->
4-
Docker Compose
4+
Define and run multi-container applications with Docker.
55

66
### Subcommands
77

0 commit comments

Comments
 (0)