Skip to content

Commit

Permalink
chore(cli): update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
xizhao authored Mar 8, 2018
1 parent c285037 commit 2893145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fossa/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
func main() {
app := cli.NewApp()
app.Name = "fossa-cli"
app.Usage = "get dependencies from your code"
app.Usage = "Fast, portable and reliable dependency analysis (https://github.com/fossas/fossa-cli/)"
app.Version = fmt.Sprintf("%s (revision %s compiled with %s)", version, commit, goversion)

app.Action = defaultCmd
Expand Down

0 comments on commit 2893145

Please sign in to comment.