mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-16 00:56:23 +00:00
Fix docs for diff --stat
This commit is contained in:
parent
6161f26a72
commit
30c2a21a14
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue