From 65e02d66b534c2c6b11e42c9ed6d2501b63e955f Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 4 Sep 2013 10:54:31 +0100 Subject: [PATCH] We do not update /etc/mtab for mount/umount - update usage --- mount.c | 2 +- umount.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mount.c b/mount.c index 04953c6..59c27d6 100644 --- 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 index 01d5457..540ade7 100644 --- 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