summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAarmn the limitless <aarmn80@gmail.com>2024-03-15 05:44:20 +0330
committerGitHub <noreply@github.com>2024-03-15 02:14:20 +0000
commit10923ebb6da8f003aacd1fb3927113e7c7369ada (patch)
tree1fa7ff229a2b056129ecbcd3512e384c7f93257d
parent0b777772f45da20ac2d80395156653962b948d8b (diff)
Rename `delete` example recipe to `delete-all` (#1966)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8bb6398a..cb87bf0a 100644
--- a/README.md
+++ b/README.md
@@ -1588,7 +1588,7 @@ that requires confirmation.
```just
[confirm]
-delete all:
+delete-all:
rm -rf *
```