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.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/commands/msgview/save.go b/commands/msgview/save.go
index 1a219e93..0310ed0e 100644
--- a/commands/msgview/save.go
+++ b/commands/msgview/save.go
@@ -29,12 +29,12 @@ func init() {
commands.Register(Save{})
}
-func (Save) Context() commands.CommandContext {
- return commands.MESSAGE_VIEWER
+func (Save) Description() string {
+ return "Save the current message part to the given path."
}
-func (Save) Options() string {
- return "fpaA"
+func (Save) Context() commands.CommandContext {
+ return commands.MESSAGE_VIEWER
}
func (Save) Aliases() []string {