From daba016e2f08db95b17c481cbef3f0f18d6246bc Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 16 Jul 2023 02:22:21 -0500 Subject: [PATCH] Tweak documentation. --- toys/posix/ls.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/toys/posix/ls.c b/toys/posix/ls.c index 87ac2afb..3e1fad17 100644 --- a/toys/posix/ls.c +++ b/toys/posix/ls.c @@ -31,7 +31,7 @@ config LS -H follow command line symlinks -i inode number -L follow symlinks -N no escaping, even on tty -p put '/' after dir names -q unprintable chars as '?' - -R recursively list in subdirs -s storage used (in blocks) + -R recursively list in subdirs -s storage used (in --block-size) -Z security context output formats: @@ -47,7 +47,6 @@ config LS -X extension -! dirfirst -~ nocase --block-size N block size (default 1024) - --color =always (default) =auto (when stdout is tty) =never exe=green suid=red suidfile=redback stickydir=greenback device=yellow symlink=turquoise/red dir=blue socket=purple -- 2.39.2