summaryrefslogtreecommitdiffstats
path: root/docs/USAGE.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-09-23 11:41:52 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-09-23 11:42:49 -0400
commite456c6e18ce47279d429b38f0b348e1a5f2b2beb (patch)
tree84abea6eac269002e7650149cbd3d0b20a304465 /docs/USAGE.md
parentcf2eb17c48a23d49bf517df58e34e30529c16576 (diff)
downloadbfs-e456c6e18ce47279d429b38f0b348e1a5f2b2beb.tar.xz
Fix spelling
Diffstat (limited to 'docs/USAGE.md')
-rw-r--r--docs/USAGE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 70f8475..16aeaf6 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -105,7 +105,7 @@ For expressions like `-name`, that's all they do.
But some expressions, called *actions*, have other side effects.
If no actions are included in the expression, `bfs` adds the `-print` action automatically, which is why the above examples actually print any output.
-The default `-print` is supressed if any actions are given explicitly.
+The default `-print` is suppressed if any actions are given explicitly.
Available actions include printing with alternate formats (`-ls`, `-printf`, etc.), executing commands (`-exec`, `-execdir`, etc.), deleting files (`-delete`), and stopping the search (`-quit`, `-exit`).