sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 521c3734af06ce74e9535a542bdae7832c5c595a
parent aba450fd1a1e5256d4ad11a914524055e081c0e2
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun,  6 Sep 2015 22:36:21 +0200

ls: fix usage line, add f, n and p flag

Diffstat:
Mls.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ls.c b/ls.c @@ -347,7 +347,7 @@ ls(const char *path, const struct entry *ent, int listdir) static void usage(void) { - eprintf("usage: %s [-1AacdFHhiLlqRrtUu] [file ...]\n", argv0); + eprintf("usage: %s [-1AacdFfHhiLlnpqRrtUu] [file ...]\n", argv0); } int