ubase

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

commit 65e02d66b534c2c6b11e42c9ed6d2501b63e955f
parent b682ecb3b5bfdcebe2a443c3e838d875cf0a099b
Author: sin <sin@2f30.org>
Date:   Wed,  4 Sep 2013 10:54:31 +0100

We do not update /etc/mtab for mount/umount - update usage

Diffstat:
Mmount.c | 2+-
Mumount.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mount.c b/mount.c @@ -36,7 +36,7 @@ static struct option { static void usage(void) { - eprintf("usage: %s [-BMRd] [-t fstype] [-o options] source target\n", + eprintf("usage: %s [-BMRdn] [-t fstype] [-o options] source target\n", argv0); } diff --git a/umount.c b/umount.c @@ -6,7 +6,7 @@ static void usage(void) { - eprintf("usage: %s [-lf] target\n", argv0); + eprintf("usage: %s [-lfn] target\n", argv0); } int