mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
fix(publish): typo in --allow-dirty
help text (#22799)
This commit is contained in:
parent
5d671e079a
commit
8fdc376b4a
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue