df(1) supports -a

This commit is contained in:
sin 2013-09-01 17:53:21 +01:00
parent b66839681f
commit c4315c880a
1 changed files with 1 additions and 1 deletions

2
df.c
View File

@ -10,7 +10,7 @@ static void mnt_show(const char *fsname, const char *dir);
static void
usage(void)
{
eprintf("usage: %s\n", argv0);
eprintf("usage: %s [-a]\n", argv0);
}
int