diff --git a/content/docs/command-reference/status.md b/content/docs/command-reference/status.md
index 5b80d814ca..7fa74a9c7d 100644
--- a/content/docs/command-reference/status.md
+++ b/content/docs/command-reference/status.md
@@ -43,11 +43,13 @@ paths to tracked files or directories (including paths inside tracked
directories), `.dvc` files, and stage names (found in `dvc.yaml`).
If no differences are detected, `dvc status` prints
-`Data and pipelines are up to date.` If differences are detected by
-`dvc status`, the command output indicates the changes. For each stage with
-differences, the changes in dependencies and/or
-outputs that differ are listed. For each item listed, either the
-file name or hash is shown, along with a _state description_, as detailed below:
+`Data and pipelines are up to date.` or
+`Cache and remote '{remote}' are in sync.` for `dvc status -c/-r`. If
+differences are detected by `dvc status`, the command output indicates the
+changes. For each stage with differences, the changes in
+dependencies and/or outputs that differ are listed.
+For each item listed, either the file name or hash is shown, along with a _state
+description_, as detailed below:
### Local workspace status