ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit c4315c880a1ef0b85677d8ae2fd9e4fe3f3af4f9
parent b66839681f89d46698ea59076d766bec0ee12a03
Author: sin <sin@2f30.org>
Date:   Sun,  1 Sep 2013 17:53:21 +0100

df(1) supports -a

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

diff --git a/df.c b/df.c @@ -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