diff options
author | Kali Kaneko <kali@leap.se> | 2014-09-09 10:56:28 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-09-09 10:56:28 -0500 |
commit | f9aaefa38582e98fae146f4a3eb0a2939ed93cef (patch) | |
tree | 90f5b2eb115cf8834686eb06fd716e43a83e2f18 /README.rst | |
parent | 2b699c381a396938250c782c62ff96f035c3b8a8 (diff) |
fix syntax highlighting
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,10 +12,12 @@ running tests ------------- 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 Read the *trial* manpage for more options . |