Remove a trailing space
- ID
1539210- date
2024-12-01 20:43:24+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
39a572f- message
Remove a trailing space- changed files
1 file, 1 addition, 1 deletion
Changed files
README.md (3224) → README.md (3223)
diff --git a/README.md b/README.md
index b823d46..da03051 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
This tool looks for empty directories and deletes them.
```console
-$ emptydir
+$ emptydir
```
More specifically, it deletes directories which are completely empty, or which only contain files/folders which I don't think are worth keeping (e.g. `.DS_Store` or `__pycache__`).