aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/recover.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/recover.go')
-rw-r--r--commands/account/recover.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/commands/account/recover.go b/commands/account/recover.go
index 625ac122..7f5b27f5 100644
--- a/commands/account/recover.go
+++ b/commands/account/recover.go
@@ -13,10 +13,10 @@ import (
)
type Recover struct {
- Force bool `opt:"-f"`
- Edit bool `opt:"-e"`
- NoEdit bool `opt:"-E"`
- File string `opt:"file" complete:"CompleteFile"`
+ Force bool `opt:"-f" desc:"Delete recovered file after opening the composer."`
+ Edit bool `opt:"-e" desc:"Force [compose].edit-headers = true."`
+ NoEdit bool `opt:"-E" desc:"Force [compose].edit-headers = false."`
+ File string `opt:"file" complete:"CompleteFile" desc:"Recover file path."`
}
func init() {