[llvm] ecbf2b3 - fix doc typo to cycle bots
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 18:03:06 PDT 2020
Author: Nico Weber
Date: 2020-08-06T21:02:41-04:00
New Revision: ecbf2b3496cb708ea854278e3efe16e0244bcbf2
URL: https://github.com/llvm/llvm-project/commit/ecbf2b3496cb708ea854278e3efe16e0244bcbf2
DIFF: https://github.com/llvm/llvm-project/commit/ecbf2b3496cb708ea854278e3efe16e0244bcbf2.diff
LOG: fix doc typo to cycle bots
Added:
Modified:
llvm/docs/CommandGuide/lit.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst
index c9ad808e1350..f4d9d9d7e6a1 100644
--- a/llvm/docs/CommandGuide/lit.rst
+++ b/llvm/docs/CommandGuide/lit.rst
@@ -81,7 +81,7 @@ OUTPUT OPTIONS
.. option:: -s, --succinct
Show less output, for example don't show information on tests that pass.
- Also show a progress bar, unless ``--no-progress-bar`` is specificed.
+ Also show a progress bar, unless ``--no-progress-bar`` is specified.
.. option:: -v, --verbose
More information about the llvm-commits
mailing list