From ac099d6c3ff43bd45c1584a72ce4cd0162ae0e66 Mon Sep 17 00:00:00 2001 From: Iaroslav Sheptykin Date: Tue, 11 May 2021 21:39:06 +0200 Subject: [PATCH] Remove link. Align usage example with unit test Signed-off-by: Iaroslav Sheptykin --- cmd/helm/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/version.go b/cmd/helm/version.go index 3ba9771ed..d62778f7b 100644 --- a/cmd/helm/version.go +++ b/cmd/helm/version.go @@ -49,7 +49,7 @@ the template: - .GitTreeState is the state of the git tree when Helm was built - .GoVersion contains the version of Go that Helm was compiled with -For example, --template '{{.Version}}' outputs 'v3.2.1'. See [unit tests](https://github.com/helm/helm/blob/main/cmd/helm/version_test.go) for further examples. +For example, --template='Version: {{.Version}}' outputs 'Version: v3.2.1'. ` type versionOptions struct {