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:
Mattias Andrée 2016-03-26 11:37:33 +01:00 committed by sin
parent 48728b2594
commit 28795cffe2
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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