CommandGuide/lit.rst: Document the new commandline option -a
llvm-svn: 252257
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst
index e820eef..0ec14bb 100644
--- a/llvm/docs/CommandGuide/lit.rst
+++ b/llvm/docs/CommandGuide/lit.rst
@@ -80,6 +80,11 @@
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.