Typo fix
Synopsis needs to start with uppercase to match other commands
This commit is contained in:
parent
716e7228a4
commit
5298fee5d6
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue