소스 검색

Changed wording for the description and 2nd command

Harry Mumford-Turner 7 년 전
부모
커밋
c43138e2a2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/common/diffstat.md

+ 2 - 2
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`