Fixed doc string
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -59,7 +59,7 @@ Examples:\n\ | ... | @@ -59,7 +59,7 @@ Examples:\n\ |
59 | Deliver mail via SMTP gateway at \"mail.example.com\", reading its\n\ | 59 | Deliver mail via SMTP gateway at \"mail.example.com\", reading its\n\ |
60 | contents for recipients of the message.\n\ | 60 | contents for recipients of the message.\n\ |
61 | \n\ | 61 | \n\ |
62 | mail.remote --mailer smtp://mail.example.com\n\ | 62 | mail.remote --mailer smtp://mail.example.com -t\n\ |
63 | \n\ | 63 | \n\ |
64 | Deliver mail only to \"devnull@foo.bar\"\n\ | 64 | Deliver mail only to \"devnull@foo.bar\"\n\ |
65 | \n\ | 65 | \n\ | ... | ... |
-
Please register or sign in to post a comment