fix --sort-by help bug

This commit is contained in:
AdoHe
2016-02-14 22:31:13 -05:00
parent 78082e2fdc
commit 81103a07c2
25 changed files with 37 additions and 37 deletions

View File

@@ -57,7 +57,7 @@ Create a namespace with the specified name.
.PP
\fB\-\-sort\-by\fP=""
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.
If non\-empty, sort list types using this field specification. The field specification is expressed as a JSONPath expression (e.g. '{.metadata.name}'). The field in the API resource specified by this JSONPath expression must be an integer or a string.
.PP
\fB\-\-template\fP=""