Skip to content

Commit

Permalink
doc: remove repeated line from short help
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 27, 2024
1 parent fa07d57 commit 73d1b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3175,7 +3175,7 @@ pub enum ToolCommand {
/// Packages are installed into an ephemeral virtual environment in the uv
/// cache directory.
#[command(
about = "Run a command provided by a Python package. Also available via the alias `uvx`.",
about = "Also available via the alias `uvx`.",
after_help = "You can also use `uvx` as an alias for `uv tool run`. \n\
Use `uv help tool run` for more details."
)]
Expand Down

0 comments on commit 73d1b39

Please sign in to comment.