Skip to content

Commit

Permalink
Synopsis should end w/ period.
Browse files Browse the repository at this point in the history
  • Loading branch information
hartzell committed Oct 27, 2015
1 parent 718fd63 commit 5329674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd_inventory.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ func (c *CmdInventory) doFullInventory() error {
}

func (c *CmdInventory) Synopsis() string {
return "Generate an Ansible dynamic inventory"
return "Generate an Ansible dynamic inventory."
}

0 comments on commit 5329674

Please sign in to comment.