Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Adjust wording for `clear` to about
✗ CI failure Lorenz Leutgeb committed 6 months ago
commit 8c72d7678718b3519f59b4819dffcc00eb8a4e26
parent 21c4ab7ad2bc053fa29c17ff6d0cf954ce53eb07
2 failed (2 total) View logs
1 file changed +2 -2
modified crates/radicle-cli/src/commands/inbox/args.rs
@@ -55,9 +55,9 @@ pub(super) enum Command {
    },
    /// Clear notifications
    ///
-
    /// This will clear all the specified notifications
+
    /// This will clear all given notifications
    ///
-
    /// If no notifications are specified then all notifications are cleared
+
    /// If no notifications are given, then all notifications are cleared
    Clear(ClearArgs),
}