From 6c9449f0b8bf80c08c8c6970ee6bca977a39e560 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Mon, 25 Mar 2024 21:22:07 +0100 Subject: Describe --json option more detailed --- src/main.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 2d26eed..27dd6dc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -67,10 +67,13 @@ struct Args { deny: Vec, /// Enable structured output. + /// + /// By default, Brck prints differences in a human readable format to standard output. + /// With this option, Brck prints differences as newline-delimited JSON objects to standard output. #[arg(short = 'J', long)] json: bool, - /// Print summary to standard error. + /// Print a summary to standard error. #[arg(short, long)] summary: bool, -- cgit v1.2.3