Grammar fix for -z flag.

This commit is contained in:
Camilla Berglund
2012-01-24 02:43:43 +01:00
parent 9bd79c74de
commit 25fc6af0ce
+2 -2
View File
@@ -153,8 +153,8 @@ compares files byte by byte when their sizes match.
.It Fl v
Display version information and exit.
.It Fl z
Do not consider files with zero size to be equal.
This option suppresses reporting a cluster of empty files.
Do not consider empty files to be equal.
This option prevents empty files from being reported as duplicates.
.El
.Sh EXAMPLES
.\" TODO: Fix the formatting of the example commands.