Index: doc/user/05_ui/05_batch/index.html =================================================================== --- doc/user/05_ui/05_batch/index.html (revision 13627) +++ doc/user/05_ui/05_batch/index.html (revision 13628) @@ -17,14 +17,16 @@ compiled on systems without any GUI libs installed.

-The batch UI is useful for automation, test, and debugging. +The batch UI is useful for automation, test, and debugging: it is reading +action commands on the standard input and prints results on the standard +output. It does not run a GUI and does not require X. Typical invocation:

-./pcb-rnd --gui batch +./pcb-rnd --gui batch [path]

-Uses and examples for Batch mode +Uses and examples for Batch mode (TODO):