doc/book/en/tutorials/tools/windmill.rst
changeset 5905 ed66f5a8d48a
parent 5675 4535f8e57580
child 5924 b218df942dd4
--- a/doc/book/en/tutorials/tools/windmill.rst	Tue Jul 06 13:55:10 2010 +0200
+++ b/doc/book/en/tutorials/tools/windmill.rst	Tue Jul 06 11:45:11 2010 +0200
@@ -77,6 +77,16 @@
 
     windmill -m firebug loadtest=<test_file.py> <instance url>
 
+But use the internal windmill shell to explore available commands:
+
+    windmill -m firebug shell <instance url>
+
+.. sourcecode:: python
+
+    >>> load_test(<your test file>)
+    >>> run_test(<your test file>)
+
+
 
 Integrate Windmill tests into CubicWeb
 ======================================