diff options
-rw-r--r-- | mailutils/sendmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailutils/sendmail.c b/mailutils/sendmail.c index a93be707d..cd27d676e 100644 --- a/mailutils/sendmail.c +++ b/mailutils/sendmail.c | |||
@@ -11,7 +11,7 @@ | |||
11 | 11 | ||
12 | //usage:#define sendmail_trivial_usage | 12 | //usage:#define sendmail_trivial_usage |
13 | //usage: "[-tv] [-f SENDER] [-amLOGIN 4<user_pass.txt | -auUSER -apPASS]" | 13 | //usage: "[-tv] [-f SENDER] [-amLOGIN 4<user_pass.txt | -auUSER -apPASS]" |
14 | //usage: "\n [-w SECS] [RECIPIENT_EMAIL]..." | 14 | //usage: "\n [-w SECS] [-H 'PROG ARGS' | -S HOST] [RECIPIENT_EMAIL]..." |
15 | //usage:#define sendmail_full_usage "\n\n" | 15 | //usage:#define sendmail_full_usage "\n\n" |
16 | //usage: "Read email from stdin and send it\n" | 16 | //usage: "Read email from stdin and send it\n" |
17 | //usage: "\nStandard options:" | 17 | //usage: "\nStandard options:" |