fsfreeze: fix usage line, either -f or -u

This commit is contained in:
Hiltjo Posthuma 2015-02-02 19:58:45 +01:00 committed by sin
parent 96c15e765b
commit 4855f188c1
1 changed files with 1 additions and 1 deletions

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