diff --git a/crates/uv-cli/src/lib.rs b/crates/uv-cli/src/lib.rs index 63a27ff98..8d210c0d7 100644 --- a/crates/uv-cli/src/lib.rs +++ b/crates/uv-cli/src/lib.rs @@ -2578,7 +2578,9 @@ pub enum ToolCommand { #[command( hide = true, override_usage = "uvx [OPTIONS] ", - about = "Run a tool." + about = "Run a tool.", + after_help = "Use `uv help tool run` for more details.", + after_long_help = "" )] Uvx(ToolRunArgs), /// Install a tool.