From 3a2e06e498dd28cd3bf5893e234490e12e739cfb Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Fri, 1 Mar 2024 10:49:35 +0000 Subject: [PATCH] cli: document --reply-to option The option to reply to a comment was undocumented in the `rad patch comment` command. Add the option to the "Comment options" section of the help message. Signed-off-by: Fintan Halpenny X-Clacks-Overhead: GNU Terry Pratchett --- radicle-cli/src/commands/patch.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/radicle-cli/src/commands/patch.rs b/radicle-cli/src/commands/patch.rs index 1cc22c93..f75710c9 100644 --- a/radicle-cli/src/commands/patch.rs +++ b/radicle-cli/src/commands/patch.rs @@ -84,6 +84,7 @@ Diff options Comment options -m, --message Provide a comment message via the command-line + --reply-to The comment to reply to Edit options