diff --git a/src/components/NpkillOptions.astro b/src/components/NpkillOptions.astro
index 194332b..e14e6fd 100644
--- a/src/components/NpkillOptions.astro
+++ b/src/components/NpkillOptions.astro
@@ -24,11 +24,8 @@
-D, --delete-all |
-
- CURRENTLY DISABLED. Automatically delete all node_modules folders that
- are found.
- |
- -- |
+ Automatically delete all node_modules folders that are found. |
+ false |
-e, --show-errors |
@@ -84,6 +81,13 @@
Exclude hidden directories ("dot" directories) from search. |
false |
+
+ --dry-run |
+
+ It does not delete anything (will simulate it with a random delay).
+ |
+ false |
+
-v, --version |
Show npkill version |
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 9a60832..cacf806 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -86,6 +86,10 @@ import CommunityWall from "../components/community/CommunityWall.astro";
>HOME/END.
+
+ For open result in file explorer or last:
+ o.
+