c3507a
 tree.c | 2 ++
c3507a
 1 file changed, 2 insertions(+)
c3507a
c3507a
diff --git a/tree.c b/tree.c
c3507a
index 5b56afe..3b4a263 100644
c3507a
--- a/tree.c
c3507a
+++ b/tree.c
c3507a
@@ -653,6 +653,8 @@ void usage(int n)
c3507a
 	"  --filelimit # Do not descend dirs with more than # files in them.\n"
c3507a
 	"  --timefmt <f> Print and format time according to the format <f>.\n"
c3507a
 	"  -o filename   Output to file instead of stdout.\n"
c3507a
+	"  --du          Print directory sizes.\n"
c3507a
+	"  --prune       Prune empty directories from the output.\n"
c3507a
 	"  ------- File options -------\n"
c3507a
 	"  -q            Print non-printable characters as '?'.\n"
c3507a
 	"  -N            Print non-printable characters as is.\n"