Remove extraneous backtick in help message (#6307)

This commit is contained in:
Severen Redwood 2024-08-21 19:53:54 +12:00 committed by GitHub
parent 63c5e94726
commit 72bd127162
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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),