diff --git a/crates/uv-cache/src/cli.rs b/crates/uv-cache/src/cli.rs index 191118f69..2d9bac089 100644 --- a/crates/uv-cache/src/cli.rs +++ b/crates/uv-cache/src/cli.rs @@ -22,8 +22,7 @@ pub struct CacheArgs { /// Path to the cache directory. /// /// Defaults to `$HOME/Library/Caches/uv` on macOS, `$XDG_CACHE_HOME/uv` or `$HOME/.cache/uv` on - /// Linux, and `$HOME/.cache/ {FOLDERID_LocalAppData}//cache/uv` - /// on Windows. + /// Linux, and `{FOLDERID_LocalAppData}\uv\cache` on Windows. #[arg(global = true, long, env = "UV_CACHE_DIR")] pub cache_dir: Option, }