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

This commit is contained in:
Hiltjo Posthuma 2015-09-06 22:36:21 +02:00 committed by sin
parent aba450fd1a
commit 521c3734af
1 changed files with 1 additions and 1 deletions

2
ls.c
View File

@ -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