From 4921d6b0677a876fa5cbf962b302a2570d3f7c1b Mon Sep 17 00:00:00 2001 From: Marat G Date: Mon, 23 Apr 2018 16:27:55 -0700 Subject: [PATCH] make docs. whitespacing --- cmd/helm/search.go | 4 ++++ docs/helm/helm_search.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cmd/helm/search.go b/cmd/helm/search.go index 0feae1dac..ab284a898 100644 --- a/cmd/helm/search.go +++ b/cmd/helm/search.go @@ -1,9 +1,12 @@ /* Copyright 2016 The Kubernetes Authors All rights reserved. + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -30,6 +33,7 @@ import ( const searchDesc = ` Search reads through all of the repositories configured on the system, and looks for matches. + Repositories are managed with 'helm repo' commands. ` diff --git a/docs/helm/helm_search.md b/docs/helm/helm_search.md index f59814b9a..1ed04e880 100644 --- a/docs/helm/helm_search.md +++ b/docs/helm/helm_search.md @@ -19,6 +19,7 @@ helm search [keyword] ### Options ``` + --col-width uint specifies the max column width of output (default 60) -r, --regexp use regular expressions for searching -v, --version string search using semantic versioning constraints -l, --versions show the long listing, with each version of each chart on its own line @@ -38,4 +39,4 @@ helm search [keyword] ### SEE ALSO * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 8-Mar-2018 +###### Auto generated by spf13/cobra on 23-Apr-2018