From 02e451b08cfd0de19debd4e84d3babf19224d1ac Mon Sep 17 00:00:00 2001 From: Janet Kuo Date: Tue, 20 Oct 2015 17:22:37 -0700 Subject: [PATCH] Update generated docs --- docs/man/man1/kubectl-autoscale.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/man1/kubectl-autoscale.1 b/docs/man/man1/kubectl-autoscale.1 index 0659a8e26e2..a4fd1d865e5 100644 --- a/docs/man/man1/kubectl-autoscale.1 +++ b/docs/man/man1/kubectl-autoscale.1 @@ -72,7 +72,7 @@ An autoscaler can automatically increase or decrease number of pods deployed wit If non\-empty, sort list types using this field specification. The field specification is expressed as a JSONPath expression (e.g. 'ObjectMeta.Name'). The field in the API resource specified by this JSONPath expression must be an integer or a string. .PP -\fB\-t\fP, \fB\-\-template\fP="" +\fB\-\-template\fP="" Template string or path to template file to use when \-o=go\-template, \-o=go\-template\-file. The template format is golang templates [ \[la]http://golang.org/pkg/text/template/#pkg-overview\[ra]].