mirror of https://github.com/astral-sh/uv
Remove extraneous backtick in help message (#6307)
This commit is contained in:
parent
63c5e94726
commit
72bd127162
|
|
@ -306,7 +306,7 @@ pub enum Commands {
|
|||
Python(PythonNamespace),
|
||||
/// Manage Python packages with a pip-compatible interface.
|
||||
#[command(
|
||||
after_help = "Use `uv help pip`` for more details.",
|
||||
after_help = "Use `uv help pip` for more details.",
|
||||
after_long_help = ""
|
||||
)]
|
||||
Pip(PipNamespace),
|
||||
|
|
|
|||
Loading…
Reference in New Issue