summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/args/flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs
index 26e0b089a..f9f736490 100644
--- a/cli/args/flags.rs
+++ b/cli/args/flags.rs
@@ -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")