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 | 173f2c1457b6114e9b000152b3dec39a530d2da1 (patch) | |
tree | 304cba9b3287790e590a0a73482d1d751a93395f /mail/README.rst | |
parent | 198f2fdad6fe29945b6c3e65aa2489e4e100fe9e (diff) |
fix syntax highlighting
Diffstat (limited to 'mail/README.rst')
-rw-r--r-- | mail/README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/README.rst b/mail/README.rst index df752184..52d43661 100644 --- a/mail/README.rst +++ b/mail/README.rst @@ -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 . |