aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/attach.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/attach.go')
-rw-r--r--commands/compose/attach.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/compose/attach.go b/commands/compose/attach.go
index f811f5a8..14739127 100644
--- a/commands/compose/attach.go
+++ b/commands/compose/attach.go
@@ -21,9 +21,9 @@ import (
)
type Attach struct {
- Menu bool `opt:"-m"`
- Name string `opt:"-r"`
- Path string `opt:"path" required:"false" complete:"CompletePath"`
+ Menu bool `opt:"-m" desc:"Select files from file-picker-cmd."`
+ Name string `opt:"-r" desc:"<name> <cmd...>: Generate attachment from command output."`
+ Path string `opt:"path" required:"false" complete:"CompletePath" desc:"Attachment file path."`
Args string `opt:"..." required:"false"`
}