From 521c3734af06ce74e9535a542bdae7832c5c595a Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 6 Sep 2015 22:36:21 +0200 Subject: [PATCH] ls: fix usage line, add f, n and p flag --- ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ls.c b/ls.c index 1a31acb..54aa2d8 100644 --- 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