aboutsummaryrefslogtreecommitdiffstats
path: root/commands/patch/list.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/patch/list.go')
-rw-r--r--commands/patch/list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/patch/list.go b/commands/patch/list.go
index a9c68e4d..f4a1e5e9 100644
--- a/commands/patch/list.go
+++ b/commands/patch/list.go
@@ -18,7 +18,7 @@ import (
)
type List struct {
- All bool `opt:"-a"`
+ All bool `opt:"-a" desc:"List all projects."`
}
func init() {