mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Typo fix
Synopsis needs to start with uppercase to match other commands
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user