aboutsummaryrefslogtreecommitdiffstats
path: root/commands/quit.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/quit.go')
-rw-r--r--commands/quit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/quit.go b/commands/quit.go
index 8e828823..9c4fec5c 100644
--- a/commands/quit.go
+++ b/commands/quit.go
@@ -7,7 +7,7 @@ import (
)
type Quit struct {
- Force bool `opt:"-f"`
+ Force bool `opt:"-f" desc:"Force quit even if a task is pending."`
}
func init() {