aboutsummaryrefslogtreecommitdiffstats
path: root/commands/patch/apply.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/patch/apply.go')
-rw-r--r--commands/patch/apply.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/patch/apply.go b/commands/patch/apply.go
index 12f5b3f8..31ca6964 100644
--- a/commands/patch/apply.go
+++ b/commands/patch/apply.go
@@ -15,9 +15,9 @@ import (
)
type Apply struct {
- Cmd string `opt:"-c"`
- Worktree string `opt:"-w"`
- Tag string `opt:"tag" required:"true" complete:"CompleteTag"`
+ Cmd string `opt:"-c" desc:"Apply patches with provided command."`
+ Worktree string `opt:"-w" desc:"Create linked worktree on this <commit-ish>."`
+ Tag string `opt:"tag" required:"true" complete:"CompleteTag" desc:"Identify patches with tag."`
}
func init() {