aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview/save.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msgview/save.go')
-rw-r--r--commands/msgview/save.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/commands/msgview/save.go b/commands/msgview/save.go
index 0310ed0e..349a8233 100644
--- a/commands/msgview/save.go
+++ b/commands/msgview/save.go
@@ -18,11 +18,11 @@ import (
)
type Save struct {
- Force bool `opt:"-f"`
- CreateDirs bool `opt:"-p"`
- Attachments bool `opt:"-a"`
- AllAttachments bool `opt:"-A"`
- Path string `opt:"path" required:"false" complete:"CompletePath"`
+ Force bool `opt:"-f" desc:"Overwrite destination path."`
+ CreateDirs bool `opt:"-p" desc:"Create missing directories."`
+ Attachments bool `opt:"-a" desc:"Save all attachments parts."`
+ AllAttachments bool `opt:"-A" desc:"Save all named parts."`
+ Path string `opt:"path" required:"false" complete:"CompletePath" desc:"Target file path."`
}
func init() {