From d8e6f49d90bce35de201efc13b787858dcbf0ba6 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 18 Jan 2023 17:58:54 -0600 Subject: [PATCH] Fix help text. --- toys/posix/find.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/posix/find.c b/toys/posix/find.c index b1dccb3d..9a851aa9 100644 --- a/toys/posix/find.c +++ b/toys/posix/find.c @@ -35,7 +35,7 @@ config FIND -true always true -false always false -context PATTERN security context -executable access(X_OK) perm+ACL -samefile FILE hardlink to FILE -quit exit immediately - -depth ignore contents of dir -maxdepth N at most N dirs down + -depth contents first, then dir -maxdepth N at most N dirs down -newer FILE newer mtime than FILE -mindepth N at least N dirs down -newerXY FILE X=acm time > FILE's Y=acm time (Y=t: FILE is literal time) -type [bcdflps] type is (block, char, dir, file, symlink, pipe, socket) -- 2.39.2