CommandGuide/lit.rst: Document the new commandline option -a

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252257 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matthias Braun 2015-11-06 01:13:40 +00:00
parent cfced88c54
commit ec61a6aad8

View File

@ -80,6 +80,11 @@ OUTPUT OPTIONS
Show more information on test failures, for example the entire test output
instead of just the test result.
.. option:: -a, --show-all
Show more information about all tests, for example the entire test
commandline and output.
.. option:: --no-progress-bar
Do not use curses based progress bar.