Synopsis needs to start with uppercase to match other commands
This commit is contained in:
Charlie Voiselle
2020-01-08 10:44:00 -05:00
committed by GitHub
parent 6f3f857568
commit c16c69a858

View File

@@ -49,7 +49,7 @@ Monitor Specific Options:
}
func (c *MonitorCommand) Synopsis() string {
return "stream logs from a Nomad agent"
return "Stream logs from a Nomad agent"
}
func (c *MonitorCommand) Name() string { return "monitor" }