aboutsummaryrefslogtreecommitdiffstats
path: root/commands/patch/patch.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/patch/patch.go')
-rw-r--r--commands/patch/patch.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/patch/patch.go b/commands/patch/patch.go
index 15fb35f4..0e19d888 100644
--- a/commands/patch/patch.go
+++ b/commands/patch/patch.go
@@ -31,6 +31,10 @@ func init() {
commands.Register(Patch{})
}
+func (Patch) Description() string {
+ return "Local patch management commands."
+}
+
func (Patch) Context() commands.CommandContext {
return commands.GLOBAL
}