Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Consistently capitalize "ID"
Lorenz Leutgeb committed 6 months ago
commit 0dd223963df9c29c47c7d9e0e49d87a06aae0d5b
parent 01609854a338a8a5bfb8580b421b8ad80836e941
1 file changed +2 -2
modified crates/radicle-cli/src/commands/inbox/args.rs
@@ -14,8 +14,8 @@ The `rad inbox show` command takes a notification ID (which can be found in
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
-
or all notifications if no ids were passed.
+
The `rad inbox clear` command will delete all notifications by their passed ID
+
or all notifications if no IDs were passed.
"#;

#[derive(Clone, Debug, Parser)]