Blame SOURCES/tree-args.patch

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