Skip to content

Commit ae01bc5

Browse files
docs: fix explain
1 parent b6fc5e3 commit ae01bc5

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

cmd/email.go

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ var (
1515
emailReportDir string
1616

1717
// Flags for draft subcommand
18-
emailDraftUpload bool
19-
emailDraftExport bool
20-
emailDraftPreview bool
21-
emailDraftPlainText bool
18+
emailDraftUpload bool
19+
emailDraftExport bool
20+
emailDraftPreview bool
21+
emailDraftPlainText bool
2222

2323
// Flags for send-with-confirm subcommand
2424
emailSendNoMessageID bool
@@ -80,7 +80,7 @@ Output modes:
8080
8181
If no mode is specified, --preview is used by default.
8282
83-
The command automatically detects the latest report directory (report-YYYYMMDD-HHMMSS)
83+
The command automatically detects the latest report directory (report-*)
8484
in the current working directory. Use --report to specify a different report.
8585
8686
Examples:
@@ -101,8 +101,7 @@ Examples:
101101
down-force email draft --preview --report report-20240101-120000
102102
103103
Configuration:
104-
IMAP/SMTP credentials should be configured via environment variables or config file.
105-
See 'down-force config email' for email configuration setup.`,
104+
IMAP/SMTP credentials should be configured via environment variables or config file.`,
106105
Run: runEmailDraft,
107106
}
108107

@@ -134,7 +133,6 @@ Examples:
134133
135134
Configuration:
136135
SMTP server settings must be configured before sending.
137-
Use 'down-force config email' to set up SMTP credentials.
138136
139137
Security:
140138
- Passwords are never logged or displayed

0 commit comments

Comments
 (0)