From 076278cfdbf460e9f06afbaacd45cb3dbd13ae1d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 27 Aug 2026 09:43:10 -0500 Subject: [PATCH] Cheat slightly on the help text order to avoid blank columns. --- toys/posix/find.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/toys/posix/find.c b/toys/posix/find.c index 1b9aa645..1dcb1b83 100644 --- a/toys/posix/find.c +++ b/toys/posix/find.c @@ -60,9 +60,8 @@ config FIND %b 512 byte blocks used %f basename %g textual gid %G numeric gid %h leading directories %i decimal inode %l target of symlink - %m octal mode %M ls format type/mode %p path to file - %P path to file minus DIR %s size in bytes - %T@ mod time as unixtime + %m octal mode %M ls format type/mode %P path to file minus DIR + %p path to file %s size in bytes %T@ mod time as unixtime %u username %U numeric uid %Z security context */ -- 2.39.5