diffstat: add Italian translation.

This commit is contained in:
Marco Bonelli
2019-05-30 00:49:24 +02:00
committed by Owen Voke
parent 05241b4581
commit 46be21b183

View File

@@ -0,0 +1,11 @@
# diffstat
> Crea un istogramma dall'output del comando `diff`.
- Mostra i cambiamenti in un istogramma:
`diff {{file1}} {{file2}} | diffstat`
- Mostra inserimenti, cancellazioni e modifiche come una tabella:
`diff {{file1}} {{file2}} | diffstat -t`