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 716e7228a4
commit 5298fee5d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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" }