mirror of git://git.suckless.org/ubase
fsfreeze: make it clear the either -f or -u must be specified, not optional
Signed-off-by: Mattias Andrée <maandree@kth.se>
This commit is contained in:
parent
48728b2594
commit
28795cffe2
|
@ -1,4 +1,4 @@
|
|||
.Dd February 2, 2015
|
||||
.Dd March 26, 2016
|
||||
.Dt FSFREEZE 8
|
||||
.Os ubase
|
||||
.Sh NAME
|
||||
|
@ -6,7 +6,7 @@
|
|||
.Nd suspend access to a filesystem
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl f | Fl u
|
||||
.Po Fl f | Fl u Pc
|
||||
.Ar mountpoint
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
static void
|
||||
usage(void)
|
||||
{
|
||||
eprintf("usage: %s [-f | -u] mountpoint\n", argv0);
|
||||
eprintf("usage: %s (-f | -u) mountpoint\n", argv0);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue