Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Fix copypasta error
Lorenz Leutgeb committed 6 months ago
commit e9a26a08be14de4e8d63d6d9721c5de97978d81a
parent 966b1a33ea00eb552bd11583ae7dd7bce0b1bc35
1 file changed +1 -1
modified crates/radicle-cli/src/commands/patch/args.rs
@@ -743,7 +743,7 @@ pub(super) struct LabelArgs {
    #[arg(long, short, value_name = "LABEL", num_args = 1.., action = clap::ArgAction::Append)]
    pub(super) add: Vec<Label>,

-
    /// Remove an assignee from the patch (may be specified multiple times).
+
    /// Remove a label from the patch (may be specified multiple times).
    ///
    /// Note: `--add` will take precedence over `--delete`
    #[clap(long, short, value_name = "LABEL", num_args = 1.., action = clap::ArgAction::Append)]