aboutsummaryrefslogtreecommitdiffstats
path: root/commands/eml.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/eml.go')
-rw-r--r--commands/eml.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/eml.go b/commands/eml.go
index d4323a29..91d881fd 100644
--- a/commands/eml.go
+++ b/commands/eml.go
@@ -12,7 +12,7 @@ import (
)
type Eml struct {
- Path string `opt:"path" required:"false" complete:"CompletePath"`
+ Path string `opt:"path" required:"false" complete:"CompletePath" desc:"EML file path."`
}
func init() {