Skip to content

Commit 4c4eed3

Browse files
committed
add long help message
1 parent 40a1469 commit 4c4eed3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ func _status(path *string) func(*cli.Cmd) {
209209

210210
func main() {
211211
app := cli.App("pomo", "Pomodoro CLI")
212+
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."
212213
app.Spec = "[OPTIONS]"
213214
var (
214215
path = app.StringOpt("p path", defaultConfigPath(), "path to the pomo config directory")

0 commit comments

Comments
 (0)