diff --git a/crates/uv-cli/src/lib.rs b/crates/uv-cli/src/lib.rs index 25a3e8dc3..668bdc906 100644 --- a/crates/uv-cli/src/lib.rs +++ b/crates/uv-cli/src/lib.rs @@ -2111,7 +2111,7 @@ pub struct PipTreeArgs { )] pub system: bool, - #[arg(long, overrides_with("system"))] + #[arg(long, overrides_with("system"), hide = true)] pub no_system: bool, #[command(flatten)] diff --git a/docs/reference/cli.md b/docs/reference/cli.md index c7585ae21..4b5c4cb61 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -7033,7 +7033,7 @@ uv pip tree [OPTIONS]
May also be set with the UV_NO_PROGRESS environment variable.
--no-python-downloadsDisable automatic downloads of Python.
---no-system--offlineDisable network access.
+--offlineDisable network access.
When disabled, uv will only use locally cached data and locally available files.