From 30c2a21a14a3b2b4e26338a3ea86380b721c54af Mon Sep 17 00:00:00 2001 From: Oscar Bonilla <6f6231@gmail.com> Date: Tue, 22 Aug 2023 20:11:52 -0700 Subject: [PATCH] Fix docs for diff --stat --- cli/src/diff_util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/diff_util.rs b/cli/src/diff_util.rs index da0629390..3d1d0fe4e 100644 --- a/cli/src/diff_util.rs +++ b/cli/src/diff_util.rs @@ -43,7 +43,7 @@ pub struct DiffFormatArgs { /// For each path, show only whether it was modified, added, or removed #[arg(long, short)] pub summary: bool, - // Show a histogram of the changes + /// Show a histogram of the changes #[arg(long)] pub stat: bool, /// For each path, show only its type before and after