Fix documentation on --cache-dir CLI (#3285)
## Summary This looks like a copy-paste error.
This commit is contained in:
@@ -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/<project_path> {FOLDERID_LocalAppData}/<project_path>/cache/uv`
|
||||
/// on Windows.
|
||||
/// Linux, and `{FOLDERID_LocalAppData}\uv\cache` on Windows.
|
||||
#[arg(global = true, long, env = "UV_CACHE_DIR")]
|
||||
pub cache_dir: Option<PathBuf>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user