summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy.boot <bootandy@gmail.com>2019-10-08 22:46:52 +0100
committerandy.boot <bootandy@gmail.com>2019-10-08 22:46:52 +0100
commit6ab46d8471e065da5f5952808535d55b8ab2bd16 (patch)
treedc94f4a26b537fe01bb401bf9ec16f03750abb25
parentc727eb2d11b4db0b3e07a2ff1632982b3c023f69 (diff)
Add reverse instructionsv0.4.1v0.4.0
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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 <dir> (full-path - does not shorten the path of the subdirectori
Usage: dust -s <dir> (apparent-size - shows the length of the file as opposed to the amount of disk space it uses)
Usage: dust -n 30 <dir> (Shows 30 directories not 20)
Usage: dust -d 3 <dir> (Shows 3 levels of subdirectories)
+Usage: dust -r <dir> (Reverse order of output, with root at the lowest)
```
```