Commit
+1 -0 +/-1 browse
1 | diff --git a/main.go b/main.go |
2 | index f283bc7..bbe75b1 100644 |
3 | --- a/main.go |
4 | +++ b/main.go |
5 | @@ -209,6 +209,7 @@ func _status(path *string) func(*cli.Cmd) { |
6 | |
7 | func main() { |
8 | app := cli.App("pomo", "Pomodoro CLI") |
9 | + app.LongDesc = "Pomo helps you track what you did, how long it took you to do it, and how much effort you expect it to take." |
10 | app.Spec = "[OPTIONS]" |
11 | var ( |
12 | path = app.StringOpt("p path", defaultConfigPath(), "path to the pomo config directory") |