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.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/patch/list.go b/commands/patch/list.go
index b05a9bf3..a9c68e4d 100644
--- a/commands/patch/list.go
+++ b/commands/patch/list.go
@@ -25,6 +25,10 @@ func init() {
register(List{})
}
+func (List) Description() string {
+ return "List the current project with the tracked patch sets."
+}
+
func (List) Context() commands.CommandContext {
return commands.GLOBAL
}