Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Reword `clear`
Lorenz Leutgeb committed 6 months ago
commit 21c4ab7ad2bc053fa29c17ff6d0cf954ce53eb07
parent ba0eee99e2637569de835c69b435112a0d257293
1 file changed +2 -2
modified crates/radicle-cli/src/commands/inbox/args.rs
@@ -14,8 +14,8 @@ The `show` subcommand takes a notification ID (which can be found in
the output of the `list` subcommand) and displays the information related to that
notification. This will mark the notification as read.

-
The `clear` subcommand will delete all notifications by their passed ID
-
or all notifications if no IDs were passed.
+
The `clear` subcommand will delete all notifications with given IDs,
+
or all notifications if no IDs are given.
"#;

#[derive(Clone, Debug, Parser)]