This commit is contained in:
Alex Dadgar
2017-10-16 11:17:04 -07:00
parent 49289eb1ec
commit 87411ea6e7
9 changed files with 284 additions and 14 deletions

View File

@@ -26,10 +26,10 @@ General Options:
List Options:
-json
Output the quota specifications in a JSON format.
Output the namespaces in a JSON format.
-t
Format and display the quota specifications using a Go template.
Format and display the namespaces using a Go template.
`
return strings.TrimSpace(helpText)
}

View File

@@ -26,10 +26,10 @@ General Options:
List Options:
-json
Output the namespaces in a JSON format.
Output the quota specifications in a JSON format.
-t
Format and display the namespaces using a Go template.
Format and display the quota specifications using a Go template.
`
return strings.TrimSpace(helpText)
}