Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Synopsis needs to start with uppercase to match other commands
  • Loading branch information
angrycub authored Jan 8, 2020
1 parent 6f3f857 commit c16c69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/agent_monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit c16c69a

Please sign in to comment.