diff options
author | Kali Kaneko <kali@leap.se> | 2014-09-09 10:18:42 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-09-09 10:49:01 -0500 |
commit | 68ec6b1b9de22a58e1a7720a33c334f1a85cb01d (patch) | |
tree | 1e761d091e5b3096780bb5ea62273d962dd7a603 /mail | |
parent | 85e5bb0279b47982b535a2711c156d61a9ee235e (diff) |
fix README syntax
Diffstat (limited to 'mail')
-rw-r--r-- | mail/README.rst | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/mail/README.rst b/mail/README.rst index f758a66..df75218 100644 --- a/mail/README.rst +++ b/mail/README.rst @@ -11,17 +11,11 @@ More info: https://leap.se running tests ------------- -Use trial to run the test suite. - -``` -trial leap.mail -``` +Use trial to run the test suite:: + trial leap.mail ... and all its goodies. To run all imap tests in a loop until some of them -fails: - -``` -trial -u leap.mail.imap -``` +fails:: + trial -u leap.mail.imap Read the *trial* manpage for more options . |