From e456c6e18ce47279d429b38f0b348e1a5f2b2beb Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 23 Sep 2024 11:41:52 -0400 Subject: Fix spelling --- docs/USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/USAGE.md') 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`). -- cgit v1.2.3