Skip to content

Commit

Permalink
Help/Synopsis should end w/ periods.
Browse files Browse the repository at this point in the history
  • Loading branch information
hartzell committed Oct 27, 2015
1 parent 53d3587 commit 718fd63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd_hosts.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ func (c *CmdHost) Run(args []string) int {
}

func (c *CmdHost) Help() string {
return "Generate an /etc/hosts fragment"
return "Generate an /etc/hosts fragment."
}

func (c *CmdHost) Synopsis() string {
return "Generate an /etc/hosts fragment"
return "Generate an /etc/hosts fragment."
}

0 comments on commit 718fd63

Please sign in to comment.