Skip to content

Commit

Permalink
Update godeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmcpherson committed Jul 23, 2014
1 parent 3ed3f51 commit 08ac587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gof3r/Godeps
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"Deps": [
{
"ImportPath": "github.com/jessevdk/go-flags",
"Comment": "v1-193-gd9d88f0",
"Rev": "d9d88f0ec542ae8f8dc041b2ec831b71e7c55558"
"Comment": "v1-200-g7047cf7",
"Rev": "7047cf7a8dc6f41e53365420ab62d415055232c6"
}
]
}
2 changes: 1 addition & 1 deletion gof3r/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func main() {
cmd = parser.Active.Name
}
fmt.Fprintf(os.Stderr, "gof3r error: %s\n", err)
fmt.Fprintf(os.Stderr, "run 'gof3r %s --help' for usage.\n", cmd)
fmt.Fprintf(os.Stderr, "run 'gof3r %s -help' for usage.\n", cmd)
}
} else { // handle non-parse errors
fmt.Fprintf(os.Stderr, "gof3r error: %s\n", err)
Expand Down

0 comments on commit 08ac587

Please sign in to comment.