aboutsummaryrefslogtreecommitdiffstats
path: root/commands/patch/unlink.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/patch/unlink.go')
-rw-r--r--commands/patch/unlink.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/patch/unlink.go b/commands/patch/unlink.go
index 2d24d25b..da21c15e 100644
--- a/commands/patch/unlink.go
+++ b/commands/patch/unlink.go
@@ -18,6 +18,10 @@ func init() {
register(Unlink{})
}
+func (Unlink) Description() string {
+ return "Delete all patch tracking data for the specified project."
+}
+
func (Unlink) Context() commands.CommandContext {
return commands.GLOBAL
}