Skip to content

Commit

Permalink
Update goss.go (#140)
Browse files Browse the repository at this point in the history
* Update goss.go

* fix typos
  • Loading branch information
aelsabbahy authored Aug 20, 2016
1 parent e330348 commit 7832192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/goss/goss.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func main() {
{
Name: "serve",
Aliases: []string{"s"},
Usage: "Serve a health enpoint",
Usage: "Serve a health endpoint",
Flags: []cli.Flag{
cli.StringFlag{
Name: "format, f",
Expand Down
2 changes: 1 addition & 1 deletion docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ VERSION:
COMMANDS:
validate, v Validate system
serve, s Serve a health enpoint
serve, s Serve a health endpoint
render, r render gossfile after imports
autoadd, aa automatically add all matching resource to the test suite
add, a add a resource to the test suite
Expand Down

0 comments on commit 7832192

Please sign in to comment.