aboutsummaryrefslogtreecommitdiffstats
path: root/commands/prompt.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/prompt.go')
-rw-r--r--commands/prompt.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/prompt.go b/commands/prompt.go
index dc965dd0..8d87446f 100644
--- a/commands/prompt.go
+++ b/commands/prompt.go
@@ -8,7 +8,7 @@ import (
type Prompt struct {
Text string `opt:"text"`
- Cmd []string `opt:"..." complete:"CompleteCommand"`
+ Cmd []string `opt:"..." complete:"CompleteCommand" desc:"Command name."`
}
func init() {