Skip to content

Commit

Permalink
restore long description to be included in docker compose help (#10504
Browse files Browse the repository at this point in the history
)

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
  • Loading branch information
ndeloof authored May 11, 2023
1 parent b776826 commit 0e375a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/compose/compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ func RootCommand(streams command.Cli, backend api.Service) *cobra.Command { //no
)
c := &cobra.Command{
Short: "Docker Compose",
Long: "Define and run multi-container applications with Docker.",
Use: PluginName,
TraverseChildren: true,
// By default (no Run/RunE in parent c) for typos in subcommands, cobra displays the help of parent c but exit(0) !
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/compose.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker compose

<!---MARKER_GEN_START-->
Docker Compose
Define and run multi-container applications with Docker.

### Subcommands

Expand Down

0 comments on commit 0e375a8

Please sign in to comment.