| ... | ... |
@@ -450,7 +450,7 @@ func (c *KubeConfig) executeTemplateRequest(method string, client *osclient.Clie |
| 450 | 450 |
return false |
| 451 | 451 |
} |
| 452 | 452 |
if len(c.Config) == 0 {
|
| 453 |
- glog.Fatal("Need template file (-t)")
|
|
| 453 |
+ glog.Fatal("Need template file (-c)")
|
|
| 454 | 454 |
} |
| 455 | 455 |
data, err := ioutil.ReadFile(c.Config) |
| 456 | 456 |
if err != nil {
|