diff --git a/usr.sbin/pkg_install/admin/main.c b/usr.sbin/pkg_install/admin/main.c index 7b3f8c0e1604..184c78f186c6 100644 --- a/usr.sbin/pkg_install/admin/main.c +++ b/usr.sbin/pkg_install/admin/main.c @@ -1,8 +1,8 @@ -/* $NetBSD: main.c,v 1.45 2004/08/13 13:28:46 agc Exp $ */ +/* $NetBSD: main.c,v 1.46 2004/08/13 13:37:04 wiz Exp $ */ #include #ifndef lint -__RCSID("$NetBSD: main.c,v 1.45 2004/08/13 13:28:46 agc Exp $"); +__RCSID("$NetBSD: main.c,v 1.46 2004/08/13 13:37:04 wiz Exp $"); #endif /* @@ -62,7 +62,7 @@ static int checkpattern_fn(const char *, void *); static void usage(const char *prog) { - (void) fprintf(stderr, "usage: %s [-b] [-d lsdir] [-V] [-q] [-s sfx] command args ...\n" + (void) fprintf(stderr, "usage: %s [-bqSV] [-d lsdir] [-K pkg_dbdir] [-s sfx] command args ...\n" "Where 'commands' and 'args' are:\n" " rebuild - rebuild pkgdb from +CONTENTS files\n" " check [pkg ...] - check md5 checksum of installed files\n"