findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] find: fix indentation of --help output


From: Bernhard Voelker
Subject: [PATCH] find: fix indentation of --help output
Date: Fri, 4 Feb 2022 16:53:58 +0100

* 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

[Prev in Thread] Current Thread [Next in Thread]