From 6ab46d8471e065da5f5952808535d55b8ab2bd16 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Tue, 8 Oct 2019 22:46:52 +0100 Subject: [PATCH] Add reverse instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 56a67fa..767ab85 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Usage: dust -p (full-path - does not shorten the path of the subdirectori Usage: dust -s (apparent-size - shows the length of the file as opposed to the amount of disk space it uses) Usage: dust -n 30 (Shows 30 directories not 20) Usage: dust -d 3 (Shows 3 levels of subdirectories) +Usage: dust -r (Reverse order of output, with root at the lowest) ``` ```