aboutsummaryrefslogtreecommitdiffstats
path: root/commands/patch/switch.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/patch/switch.go')
-rw-r--r--commands/patch/switch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/patch/switch.go b/commands/patch/switch.go
index 9eb26ef2..3eea1268 100644
--- a/commands/patch/switch.go
+++ b/commands/patch/switch.go
@@ -11,7 +11,7 @@ import (
)
type Switch struct {
- Project string `opt:"project" complete:"Complete"`
+ Project string `opt:"project" complete:"Complete" desc:"Project name."`
}
func init() {