pkgtools

morpheus pkg tools
git clone git://git.2f30.org/pkgtools
Log | Files | Refs | README | LICENSE

commit 32a613c0ab2ae1d4998e1a3f4d99ebd566e29234
parent 6ebe56fc96c0c32860b14aeda7a25e219891e1ea
Author: sin <sin@2f30.org>
Date:   Fri, 30 May 2014 14:29:14 +0100

-O can work with many filenames

Diffstat:
Minfopkg.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infopkg.c b/infopkg.c @@ -18,7 +18,7 @@ char *argv0; static void usage(void) { - fprintf(stderr, "usage: %s [-O filename] [-p prefix]\n", argv0); + fprintf(stderr, "usage: %s [-O filename...] [-p prefix]\n", argv0); fprintf(stderr, " -O Look for the package that owns the given filename(s)\n"); fprintf(stderr, " -p Set the installation prefix\n"); exit(1);