aboutsummaryrefslogtreecommitdiffstats
path: root/commands/patch/patch.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/patch/patch.go')
-rw-r--r--commands/patch/patch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/patch/patch.go b/commands/patch/patch.go
index 0e19d888..8e280398 100644
--- a/commands/patch/patch.go
+++ b/commands/patch/patch.go
@@ -23,7 +23,7 @@ func register(cmd commands.Command) {
}
type Patch struct {
- SubCmd commands.Command `opt:"command" action:"ParseSub" complete:"CompleteSubNames"`
+ SubCmd commands.Command `opt:"command" action:"ParseSub" complete:"CompleteSubNames" desc:"Sub command."`
Args string `opt:"..." required:"false" complete:"CompleteSubArgs"`
}