aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/detach.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/detach.go')
-rw-r--r--commands/compose/detach.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/compose/detach.go b/commands/compose/detach.go
index ddf2e24f..5420d382 100644
--- a/commands/compose/detach.go
+++ b/commands/compose/detach.go
@@ -11,7 +11,7 @@ import (
)
type Detach struct {
- Path string `opt:"path" required:"false" complete:"CompletePath"`
+ Path string `opt:"path" required:"false" complete:"CompletePath" desc:"Attachment file path."`
}
func init() {