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