aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/export-mbox.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/export-mbox.go')
-rw-r--r--commands/account/export-mbox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/export-mbox.go b/commands/account/export-mbox.go
index fed8568e..529dbae0 100644
--- a/commands/account/export-mbox.go
+++ b/commands/account/export-mbox.go
@@ -19,7 +19,7 @@ import (
)
type ExportMbox struct {
- Filename string `opt:"filename" complete:"CompleteFilename"`
+ Filename string `opt:"filename" complete:"CompleteFilename" desc:"Output file path."`
}
func init() {