diff --git a/man/html/depot_tools_tutorial.html b/man/html/depot_tools_tutorial.html
index add94292b..f17882c0c 100644
--- a/man/html/depot_tools_tutorial.html
+++ b/man/html/depot_tools_tutorial.html
@@ -1105,8 +1105,22 @@ you started on.
Note
|
-Running git rebase-update will update all your branches, but it will not
-automatically run gclient sync to update your dependencies. |
+
+
+-
+
+Running git rebase-update will update all your branches, but it will not
+automatically run gclient sync to update your dependencies.
+
+
+-
+
+Use caution when running git reset as it may result in unexpected behavior of
+git rebase-update and depot_tools in general - see
+crbug.com/997395.
+
+
+
diff --git a/man/man7/depot_tools_tutorial.7 b/man/man7/depot_tools_tutorial.7
index 7a5a6172a..9056ef5d4 100644
--- a/man/man7/depot_tools_tutorial.7
+++ b/man/man7/depot_tools_tutorial.7
@@ -420,7 +420,7 @@ Once you\(cqre done resolving all of the merge conflict, just run git rebase\-up
.ps -1
.br
.sp
-Running git rebase\-update will update all your branches, but it will not automatically run gclient sync to update your dependencies\&.
+Running git rebase\-update will update all your branches, but it will not automatically run gclient sync to update your dependencies\&. Use caution when running git reset as it may result in unexpected behavior of git rebase\-update and \fIdepot_tools\fR in general.
.sp .5v
.RE
.SH "MANAGING MULTIPLE CLS"
|