Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Wording about listing
Lorenz Leutgeb committed 6 months ago
commit 01609854a338a8a5bfb8580b421b8ad80836e941
parent 1d8509ed60ff4953fe0997ac6c5891fdb32469e6
1 file changed +2 -2
modified crates/radicle-cli/src/commands/inbox/args.rs
@@ -11,7 +11,7 @@ If your working directory is a Radicle repository, it only shows items
belonging to this repository, unless `--all` is used.

The `rad inbox show` command takes a notification ID (which can be found in
-
the `list` command) and displays the information related to that
+
the output of the `list` command) and displays the information related to that
notification. This will mark the notification as read.

The `rad inbox clear` command will delete all notifications by their passed id
@@ -45,7 +45,7 @@ pub(super) enum Command {
    List(ListArgs),
    /// Show a notification
    ///
-
    /// The NOTIFICATION_ID can be found when listing the items in your inbox
+
    /// The NOTIFICATION_ID can be found by listing the items in your inbox
    ///
    /// Showing a notification will mark that notification as read
    Show {