* find/util.c (usage): Remove excess leading blank in the -mount line
of the "Normal options" block.
---
 find/util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/find/util.c b/find/util.c
index d30a50bd..dd36fcd0 100644
--- a/find/util.c
+++ b/find/util.c
@@ -183,7 +183,7 @@ Positional options (always true):\n\
   HTL (_("\n\
 Normal options (always true, specified before other expressions):\n\
       -depth -files0-from FILE -maxdepth LEVELS -mindepth LEVELS\n\
-       -mount -noleaf -xdev -ignore_readdir_race -noignore_readdir_race\n"));
+      -mount -noleaf -xdev -ignore_readdir_race -noignore_readdir_race\n"));
   HTL (_("\n\
 Tests (N can be +N or -N or N):\n\
       -amin N -anewer FILE -atime N -cmin N -cnewer FILE -context CONTEXT\n\
-- 
2.34.1


Reply via email to