update usage

This commit is contained in:
pooka 2007-04-16 13:52:38 +00:00
parent 4609dd7023
commit 558edb1195
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: dtfs.c,v 1.19 2007/04/16 13:06:39 pooka Exp $ */ /* $NetBSD: dtfs.c,v 1.20 2007/04/16 13:52:38 pooka Exp $ */
/* /*
* Copyright (c) 2006 Antti Kantee. All Rights Reserved. * Copyright (c) 2006 Antti Kantee. All Rights Reserved.
@ -62,8 +62,8 @@ static void
usage() usage()
{ {
errx(1, "usage: %s [-bs] [-o mntopt] [-o puffsopt] mountpath", errx(1, "usage: %s [-bsd] [-c hashbuckets] [-o mntopt] [-o puffsopt] "
getprogname()); "mountpath", getprogname());
} }
/* /*