in docs, update "minions" to "nodes"

This commit is contained in:
Chao Xu
2015-05-20 16:54:53 -07:00
parent e7a2a5b23c
commit bda5e4376e
6 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ const (
get_long = `Display one or many resources.
Possible resources include pods (po), replication controllers (rc), services
(svc), minions (mi), events (ev), or component statuses (cs).
(svc), nodes, events (ev), or component statuses (cs).
By specifying the output as 'template' and providing a Go template as the value
of the --template flag, you can filter the attributes of the fetched resource(s).`