From c5c4e11a33f58d0436371c917f137b0488b59d06 Mon Sep 17 00:00:00 2001 From: Pablo Chacin Date: Wed, 28 Aug 2024 09:23:28 +0200 Subject: [PATCH] fix description cache server Signed-off-by: Pablo Chacin --- README.md | 4 ++-- cmd/cache/cache.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 686e057..4f98c84 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Build k6 using one of the supported builders. ## Commands -* [k6build cache](#k6build-cache) - k6 cache server +* [k6build cache](#k6build-cache) - k6build cache server * [k6build local](#k6build-local) - build custom k6 binary locally * [k6build remote](#k6build-remote) - build a custom k6 using a remote build server * [k6build server](#k6build-server) - k6 build service @@ -15,7 +15,7 @@ Build k6 using one of the supported builders. --- # k6build cache -k6 cache server +k6build cache server ## Synopsis diff --git a/cmd/cache/cache.go b/cmd/cache/cache.go index f7ca4d8..701fc28 100644 --- a/cmd/cache/cache.go +++ b/cmd/cache/cache.go @@ -57,7 +57,7 @@ func New() *cobra.Command { cmd := &cobra.Command{ Use: "cache", - Short: "k6 cache server", + Short: "k6build cache server", Long: long, Example: example, // prevent the usage help to printed to stderr when an error is reported by a subcommand