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

This commit is contained in:
sin 2013-09-04 10:54:31 +01:00
parent b682ecb3b5
commit 65e02d66b5
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ static struct option {
static void static void
usage(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); argv0);
} }

View File

@ -6,7 +6,7 @@
static void static void
usage(void) usage(void)
{ {
eprintf("usage: %s [-lf] target\n", argv0); eprintf("usage: %s [-lfn] target\n", argv0);
} }
int int