Index: doc/source/usage.rst |
diff --git a/doc/source/usage.rst b/doc/source/usage.rst |
index 45d869cd56b47d599b1251853c3a20e058fdaf0d..77e5592a6f83a46dc8b8c22a2074a124a86feffb 100644 |
--- a/doc/source/usage.rst |
+++ b/doc/source/usage.rst |
@@ -7,15 +7,15 @@ This page supposes that infra.git has been checked out and configured. See |
Top-level commands |
------------------ |
-- Launching ``test.py`` without any parameters runs all tests in the infra |
- repository in parallel, including those in appengine applications. |
- |
-- Regenerating this documentation from source is achieved with ``docgen.py``. |
- (see :doc:`documenting` for more details) |
+- Launching ``test.py test`` runs all tests in the infra repository in parallel, |
+ including those in appengine applications. |
- ``run.py`` is used to run a command located inside the infra package. See |
next section for details. |
+- Regenerating this documentation from source is achieved with ``docgen.py``. |
+ (see :doc:`documenting` for more details) |
+ |
Invoking tools |
-------------- |
@@ -45,7 +45,6 @@ If you want run.py to auto-complete, just run:: |
And that's it. You may want to put that in your .bashrc somewhere. |
- |
How it works on bots |
-------------------- |
It is not checked-out on bots yet (September 2014) |