mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:05:59 +02:00
Changed wording for the description and 2nd command
This commit is contained in:
parent
5f0222e340
commit
c43138e2a2
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue