Fix docs for diff --stat

This commit is contained in:
Oscar Bonilla 2023-08-22 20:11:52 -07:00
parent 6161f26a72
commit 30c2a21a14

View file

@ -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