diff --git a/crates/uv-cli/src/lib.rs b/crates/uv-cli/src/lib.rs index f3ac89b99ebf9..9b3e51a528364 100644 --- a/crates/uv-cli/src/lib.rs +++ b/crates/uv-cli/src/lib.rs @@ -4643,15 +4643,15 @@ pub struct PythonListArgs { #[arg(long, alias = "all_architectures")] pub all_arches: bool, - /// Only show installed Python versions, exclude available downloads. + /// Only show installed Python versions. /// - /// By default, available downloads for the current platform are shown. + /// By default, installed distributions and available downloads for the current platform are shown. #[arg(long, conflicts_with("only_downloads"))] pub only_installed: bool, - /// Only show Python downloads, exclude installed distributions. + /// Only show available Python downloads. /// - /// By default, available downloads for the current platform are shown. + /// By default, installed distributions and available downloads for the current platform are shown. #[arg(long, conflicts_with("only_installed"))] pub only_downloads: bool, diff --git a/docs/reference/cli.md b/docs/reference/cli.md index 7c18deb895777..abd779e000b34 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -4766,13 +4766,13 @@ uv python list [OPTIONS] [REQUEST]
When disabled, uv will only use locally cached data and locally available files.
May also be set with the UV_OFFLINE environment variable.
--only-downloadsOnly show Python downloads, exclude installed distributions.
+--only-downloadsOnly show available Python downloads.
-By default, available downloads for the current platform are shown.
+By default, installed distributions and available downloads for the current platform are shown.
---only-installedOnly show installed Python versions, exclude available downloads.
+--only-installedOnly show installed Python versions.
-By default, available downloads for the current platform are shown.
+By default, installed distributions and available downloads for the current platform are shown.
--output-format output-formatSelect the output format