summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2022-02-04 16:49:44 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2022-02-04 16:49:44 +0100
commit43679658e2b8ce6b2d073e6cd628d7a502fa280f (patch)
treec53b39c2bc079a2a966e5d6a11c43242d5f57b72
parentcabad6fc17fb49522e71ee23a23c9b3355c64a32 (diff)
downloadfindutils-43679658e2b8ce6b2d073e6cd628d7a502fa280f.tar.gz
find: fix indentation of --help output
* find/util.c (usage): Remove excess leading blank in the -mount line of the "Normal options" block.
-rw-r--r--find/util.c2
1 files changed, 1 insertions, 1 deletions
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\