mirror of git://git.suckless.org/ubase
We do not update /etc/mtab for mount/umount - update usage
This commit is contained in:
parent
b682ecb3b5
commit
65e02d66b5
2
mount.c
2
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue