We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c56e6c commit 8bdcbecCopy full SHA for 8bdcbec
cli/args/flags.rs
@@ -3358,8 +3358,8 @@ fn publish_subcommand() -> Command {
3358
.arg(
3359
Arg::new("set-version")
3360
.long("set-version")
3361
- .help("Set version for a package to be published.
3362
- <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.</>"))
3363
.value_name("VERSION")
3364
.help_heading(PUBLISH_HEADING)
3365
)
0 commit comments