Index: site/dev/contrib/cqkeywords.md |
diff --git a/site/dev/contrib/cqkeywords.md b/site/dev/contrib/cqkeywords.md |
index 5c23a60dadd6e6a7877a784ddfea0ca4224cde27..9dd69430f40171469c0f698e2c522a5c2de84c29 100644 |
--- a/site/dev/contrib/cqkeywords.md |
+++ b/site/dev/contrib/cqkeywords.md |
@@ -14,9 +14,10 @@ To do a dry run through the CQ please use Rietveld's [dry run](https://groups.go |
The CQ will run through its list of verifiers (reviewer check, trybots, tree check, |
presubmit check), and will close the issue instead of committing it. |
- NO_DEPENDENCY_CHECK=true |
+ NO_DEPENDENCY_CHECKS=true |
-The CQ rejects patchsets with open dependencies. You can skip this check with this keyword. |
+The CQ rejects patchsets with open dependencies. An open dependency exists when a CL |
+depends on another CL that is not yet closed. You can skip this check with this keyword. |
CQ_INCLUDE_TRYBOTS |