summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authortnn <tnn>2007-12-10 10:34:42 +0000
committertnn <tnn>2007-12-10 10:34:42 +0000
commitde1b0853c046e2dbdb17d47eb2a317357f34c9d3 (patch)
tree51113cd9b5c6075c0e7526e82450855ec360fedc /pkgtools
parentb12b076292b016d25e81f9b9cf527791837ef6fb (diff)
downloadpkgsrc-de1b0853c046e2dbdb17d47eb2a317357f34c9d3.tar.gz
document 'rebuild-tree' in usage()
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/admin/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/admin/main.c b/pkgtools/pkg_install/files/admin/main.c
index 3574d4e855a..325d20f81db 100644
--- a/pkgtools/pkg_install/files/admin/main.c
+++ b/pkgtools/pkg_install/files/admin/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.32 2007/08/29 15:42:39 jlam Exp $ */
+/* $NetBSD: main.c,v 1.33 2007/12/10 10:34:42 tnn Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -8,7 +8,7 @@
#include <sys/cdefs.h>
#endif
#ifndef lint
-__RCSID("$NetBSD: main.c,v 1.32 2007/08/29 15:42:39 jlam Exp $");
+__RCSID("$NetBSD: main.c,v 1.33 2007/12/10 10:34:42 tnn Exp $");
#endif
/*
@@ -93,6 +93,7 @@ usage(void)
(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"
+ " rebuild-tree - rebuild +REQUIRED_BY files from forward deps\n"
" check [pkg ...] - check md5 checksum of installed files\n"
" add pkg ... - add pkg files to database\n"
" delete pkg ... - delete file entries for pkg in database\n"