Include lsall and lsbest in usage message.

This commit is contained in:
hubertf 2001-04-14 00:01:28 +00:00
parent bf2dcec4f5
commit 5db44bee09

View File

@ -1,8 +1,8 @@
/* $NetBSD: main.c,v 1.21 2001/03/05 16:53:13 wiz Exp $ */
/* $NetBSD: main.c,v 1.22 2001/04/14 00:01:28 hubertf Exp $ */
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: main.c,v 1.21 2001/03/05 16:53:13 wiz Exp $");
__RCSID("$NetBSD: main.c,v 1.22 2001/04/14 00:01:28 hubertf Exp $");
#endif
/*
@ -562,6 +562,8 @@ usage(void)
" add key value - add key & value\n"
" delete key - delete reference to key\n"
#endif
" lsall /path/to/pkgpattern - list all pkgs matching the pattern\n"
" lsbest /path/to/pkgpattern - list pkgs matching the pattern best\n"
" dump - dump database\n");
exit(1);
}