fix(publish): typo in --allow-dirty help text (#22799)

This commit is contained in:
mimikun 2024-03-09 03:03:32 +09:00 committed by GitHub
parent 5d671e079a
commit 8fdc376b4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2439,7 +2439,7 @@ fn publish_subcommand() -> Command {
.arg(
Arg::new("allow-dirty")
.long("allow-dirty")
.help("Allow publishing if the repository has uncommited changed")
.help("Allow publishing if the repository has uncommitted changed")
.action(ArgAction::SetTrue),
).arg(
Arg::new("no-provenance")