summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-22 13:51:49 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-22 13:51:49 +0800
commit2f6bb76452b37b47f1f465d8c09ee72c4ed61f14 (patch)
tree43e7072d7feb2291e1085584542858a49aa0b5a8
parentdb514fe58c234ad312156814ba6f5ee7b7af0b60 (diff)
Update readme in preparation for new releasev2.3.0
[skip CI]
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index abf01f0..eaa8d14 100644
--- a/README.md
+++ b/README.md
@@ -62,8 +62,15 @@ dua interactive
#### ✅ v2.2 Show size on disk by default; Dependency Update
+Thanks to [this PR](https://github.com/Byron/dua-cli/pull/37), hard links are now not counted anymore.
+The `-l` flag will count hard links as it did before.
+
+And of course, this has no noticable performance impact.
+
+#### ✅ v2.2 Show size on disk by default; Dependency Update
+
Thanks to [this PR](https://github.com/Byron/dua-cli/pull/35), the old apparent size can be displayed with the
--A flag, and the much more useful 'size on disk' is now shown by default.
+`-A` flag, and the much more useful 'size on disk' is now shown by default.
To my pleasant surprise, this does not seem to affect performance at all - everything stays speedy.