diff options
| -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 . | 
