Author: Kevin Schoon [kevinschoon@gmail.com]
Hash: 4c4eed3f607df80e153cc4a064bf542b132d2597
Timestamp: Fri, 25 Jan 2019 05:42:38 +0000 (5 years ago)

+1 -0 +/-1 browse
add long help message
1diff --git a/main.go b/main.go
2index 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")