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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/patch/unlink.go b/commands/patch/unlink.go
index da21c15e..5c47d89f 100644
--- a/commands/patch/unlink.go
+++ b/commands/patch/unlink.go
@@ -11,7 +11,7 @@ import (
)
type Unlink struct {
- Tag string `opt:"tag" required:"false" complete:"Complete"`
+ Tag string `opt:"tag" required:"false" complete:"Complete" desc:"Project tag name."`
}
func init() {