mirror of https://github.com/astral-sh/uv
Typo (#9222)
This commit is contained in:
parent
9460398371
commit
6d5c708082
|
|
@ -4838,8 +4838,8 @@ pub struct PublishArgs {
|
||||||
|
|
||||||
/// The token for the upload.
|
/// The token for the upload.
|
||||||
///
|
///
|
||||||
/// Using a token is equivalent to passing `__token__` as `--username` and the token as `--password`.
|
/// Using a token is equivalent to passing `__token__` as `--username` and the token as
|
||||||
/// password.
|
/// `--password` password.
|
||||||
#[arg(
|
#[arg(
|
||||||
short,
|
short,
|
||||||
long,
|
long,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue