From d221095980d73aec186882799d884a240fa20e71 Mon Sep 17 00:00:00 2001 From: Alexis Sellier Date: Sun, 7 Jul 2024 11:53:40 +0200 Subject: [PATCH] cli: Add `--unified` flag to `rad diff` help --- radicle-cli/src/commands/diff.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/radicle-cli/src/commands/diff.rs b/radicle-cli/src/commands/diff.rs index 1eef5cb4..78f2ee58 100644 --- a/radicle-cli/src/commands/diff.rs +++ b/radicle-cli/src/commands/diff.rs @@ -27,6 +27,7 @@ Usage Options + --unified, -U Context lines to show (default: 5) --staged View staged changes --color Force color output --help Print help