From c43138e2a2a5aa35a1757be5d0e0d4bdf482d6a4 Mon Sep 17 00:00:00 2001 From: Harry Mumford-Turner Date: Wed, 11 Oct 2017 19:57:10 +0100 Subject: [PATCH] Changed wording for the description and 2nd command --- pages/common/diffstat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/diffstat.md b/pages/common/diffstat.md index fb846261f..65ee4db4b 100644 --- a/pages/common/diffstat.md +++ b/pages/common/diffstat.md @@ -1,11 +1,11 @@ # diffstat -> Make histogram of diff-output. +> Create a histogram from the output of the `diff` command. - Display changes in a histogram: `diff {{file1}} {{file2}} | diffstat` -- Display inserted, deleted, modified changes in table format: +- Display inserted, deleted and modified changes as a table: `diff {{file1}} {{file2}} | diffstat -t`