From e150d7bdd816b9441d0ef0469439de0f4abcbbe5 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 20 Oct 2021 22:16:10 +0200 Subject: [PATCH] add long description to root command Signed-off-by: CrazyMax --- commands/root.go | 3 ++- docs/reference/buildx.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commands/root.go b/commands/root.go index 761d4b7b..7191722d 100644 --- a/commands/root.go +++ b/commands/root.go @@ -12,7 +12,8 @@ import ( func NewRootCmd(name string, isPlugin bool, dockerCli command.Cli) *cobra.Command { cmd := &cobra.Command{ - Short: "Build with BuildKit", + Short: "Docker Buildx", + Long: `Extended build capabilities with BuildKit`, Use: name, } if isPlugin { diff --git a/docs/reference/buildx.md b/docs/reference/buildx.md index 7d006db0..e797d9e2 100644 --- a/docs/reference/buildx.md +++ b/docs/reference/buildx.md @@ -5,7 +5,7 @@ docker buildx [OPTIONS] COMMAND ``` -Build with BuildKit +Extended build capabilities with BuildKit ### Subcommands