Commit 158f9e08 158f9e08f8defd8d5b800a351f7bcfe2ca3ea521 by Sergey Poznyakoff

Fixed doc string

1 parent e013fad0
...@@ -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\
......