Skip to content

Commit

Permalink
Make long description less lame
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith James committed Jun 2, 2020
1 parent ca32e95 commit f1b56ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/valet.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ var baseFlags = &baseCliFlags{}
var valetCmd = &cobra.Command{
Use: "valet",
Long: `
valet is a utility for performing small, but important data management tasks
automatically. Once started, valet will continue working until interrupted by
SIGINT or SIGTERM, when it will stop gracefully.
valet is a utility for performing data management tasks automatically. Once
started, valet will continue working until interrupted by SIGINT or SIGTERM,
when it will stop gracefully.
`,
Run: runValetCmd,
Version: valet.Version,
Expand Down

0 comments on commit f1b56ee

Please sign in to comment.