make docs. whitespacing

pull/3949/head
Marat G 8 years ago
parent 0831a2f830
commit 4921d6b067

@ -1,9 +1,12 @@
/* /*
Copyright 2016 The Kubernetes Authors All rights reserved. Copyright 2016 The Kubernetes Authors All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@ -30,6 +33,7 @@ import (
const searchDesc = ` const searchDesc = `
Search reads through all of the repositories configured on the system, and Search reads through all of the repositories configured on the system, and
looks for matches. looks for matches.
Repositories are managed with 'helm repo' commands. Repositories are managed with 'helm repo' commands.
` `

@ -19,6 +19,7 @@ helm search [keyword]
### Options ### Options
``` ```
--col-width uint specifies the max column width of output (default 60)
-r, --regexp use regular expressions for searching -r, --regexp use regular expressions for searching
-v, --version string search using semantic versioning constraints -v, --version string search using semantic versioning constraints
-l, --versions show the long listing, with each version of each chart on its own line -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 ### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes. * [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

Loading…
Cancel
Save