Skip to content

Commit

Permalink
fix(publish): correct coloring in --help (#27939)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored Feb 3, 2025
1 parent 3c56e6c commit 8bdcbec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/args/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3358,8 +3358,8 @@ fn publish_subcommand() -> Command {
.arg(
Arg::new("set-version")
.long("set-version")
.help("Set version for a package to be published.
<p(245)>This flag can be used while publishing individual packages and cannot be used in a workspace.</>")
.help(cstr!("Set version for a package to be published.
<p(245)>This flag can be used while publishing individual packages and cannot be used in a workspace.</>"))
.value_name("VERSION")
.help_heading(PUBLISH_HEADING)
)
Expand Down

0 comments on commit 8bdcbec

Please sign in to comment.