aboutsummaryrefslogtreecommitdiffstats
path: root/commands/patch/drop.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/patch/drop.go')
-rw-r--r--commands/patch/drop.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/patch/drop.go b/commands/patch/drop.go
index a888568a..dbb1fb07 100644
--- a/commands/patch/drop.go
+++ b/commands/patch/drop.go
@@ -18,6 +18,10 @@ func init() {
register(Drop{})
}
+func (Drop) Description() string {
+ return "Drop a patch from the repository."
+}
+
func (Drop) Context() commands.CommandContext {
return commands.GLOBAL
}