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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/patch/drop.go b/commands/patch/drop.go
index dbb1fb07..89d574f1 100644
--- a/commands/patch/drop.go
+++ b/commands/patch/drop.go
@@ -11,7 +11,7 @@ import (
)
type Drop struct {
- Tag string `opt:"tag" complete:"CompleteTag"`
+ Tag string `opt:"tag" complete:"CompleteTag" desc:"Repository patch tag."`
}
func init() {