Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Fix documentation of `rad issue label`
Lorenz Leutgeb committed 7 months ago
commit b1676d2b6f3fbdc1f66c74a375110e3f3e8d1b95
parent 6bd1e30120e1b10fa9cd51fe706796b98eef0852
1 file changed +2 -2
modified crates/radicle-cli/src/commands/issue/args.rs
@@ -119,7 +119,7 @@ pub(crate) enum Command {
        #[arg(value_name = "ISSUE_ID")]
        id: Rev,

-
        /// Add an assignee (may be specified multiple times)
+
        /// Add a label (may be specified multiple times)
        ///
        /// Note: --add takes precedence over --delete
        #[arg(long, short)]
@@ -127,7 +127,7 @@ pub(crate) enum Command {
        #[arg(action = clap::ArgAction::Append)]
        add: Vec<Label>,

-
        /// Delete an assignee (may be specified multiple times)
+
        /// Delete a label (may be specified multiple times)
        ///
        /// Note: --add takes precedence over --delete
        #[arg(long, short)]