diff --git a/src/reference/02-DetailTopics/01-Using-sbt/01-Command-Line-Reference.md b/src/reference/02-DetailTopics/01-Using-sbt/01-Command-Line-Reference.md
index 0edb4b27..6f76bd65 100644
--- a/src/reference/02-DetailTopics/01-Using-sbt/01-Command-Line-Reference.md
+++ b/src/reference/02-DetailTopics/01-Using-sbt/01-Command-Line-Reference.md
@@ -258,7 +258,7 @@ influence SBT execution. Also see [sbt launcher][Sbt-Launcher].
Directory |
CoursierDependencyResolution.defaultCacheLocation (in 1.3+) |
- Location of coursier artifact cache, where the default is defined by Coursier cache resolution logic. You should define sbt.coursier.home explicitly if you are using coursier in a CI environment and want to cache artifacts between runs. |
+ Location of coursier artifact cache, where the default is defined by Coursier cache resolution logic. You can verify the value with the command `csrCacheDirectory`. You should define sbt.coursier.home explicitly if you are using coursier in a CI environment and want to cache artifacts between runs. |