diff --git a/crates/uv-cli/src/lib.rs b/crates/uv-cli/src/lib.rs index e41b2c192..5a3946b93 100644 --- a/crates/uv-cli/src/lib.rs +++ b/crates/uv-cli/src/lib.rs @@ -4969,7 +4969,7 @@ pub struct ToolListArgs { #[arg(long)] pub show_extras: bool, - /// Whether to display the Python version associated with run each tool. + /// Whether to display the Python version associated with each tool. #[arg(long)] pub show_python: bool, diff --git a/docs/reference/cli.md b/docs/reference/cli.md index 9e72fda25..11ef15ebe 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -3049,7 +3049,7 @@ uv tool list [OPTIONS]

Repeating this option, e.g., -qq, will enable a silent mode in which uv will write no output to stdout.

--show-extras

Whether to display the extra requirements installed with each tool

--show-paths

Whether to display the path to each tool environment and installed executable

-
--show-python

Whether to display the Python version associated with run each tool

+
--show-python

Whether to display the Python version associated with each tool

--show-version-specifiers

Whether to display the version specifier(s) used to install each tool

--show-with

Whether to display the additional requirements installed with each tool

--verbose, -v

Use verbose output.