aboutsummaryrefslogtreecommitdiffstats
path: root/commands/patch/find.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/patch/find.go')
-rw-r--r--commands/patch/find.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/patch/find.go b/commands/patch/find.go
index a74f926e..ab5252c4 100644
--- a/commands/patch/find.go
+++ b/commands/patch/find.go
@@ -15,8 +15,8 @@ import (
)
type Find struct {
- Filter bool `opt:"-f"`
- Commit []string `opt:"..." required:"true" complete:"Complete"`
+ Filter bool `opt:"-f" desc:"Filter message list instead of search."`
+ Commit []string `opt:"..." required:"true" complete:"Complete" desc:"Search for <commit-ish>."`
}
func init() {