summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-09-09 10:56:28 -0500
committerKali Kaneko <kali@leap.se>2014-09-09 10:56:28 -0500
commit173f2c1457b6114e9b000152b3dec39a530d2da1 (patch)
tree304cba9b3287790e590a0a73482d1d751a93395f
parent198f2fdad6fe29945b6c3e65aa2489e4e100fe9e (diff)
fix syntax highlighting
-rw-r--r--mail/README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/README.rst b/mail/README.rst
index df75218..52d4366 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 .