Update umount usage

This commit is contained in:
sin 2014-03-12 16:28:56 +02:00
parent 38bda0c783
commit 6506e85d13
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@
static void
usage(void)
{
eprintf("usage: %s [-alfn] target\n", argv0);
weprintf("usage: %s [-lfn] target\n", argv0);
weprintf("usage: %s -a [-lfn]\n", argv0);
exit(EXIT_FAILURE);
}
int