Added an example in the man page and changed the help for the -m option.
[dus.git] / dus.1
diff --git a/dus.1 b/dus.1
index 7df68b9..394f722 100644 (file)
--- a/dus.1
+++ b/dus.1
@@ -47,7 +47,16 @@ same as \fB-c\fR but for the number of lines
 .TP
 \fB-m \fI<size min>\fR, \fB--min-size \fI<size min>\fR
 restrict the printing of files and directories to these of size bigger
-than a lower bound
+than a lower bound. The size can be specified using the G, M, K, and B
+units
+
+.SH "EXAMPLE"
+
+.B dus -m 1M -rt ~/private/
+
+.fi
+List the largest files and directories present in ~/private/, of sizes
+greater than 1024kb, sorted in decreasing order.
 
 .SH "BUGS"