--rebuilddb supports --root, say so in --help
authorewt <devnull@localhost>
Mon, 16 Sep 1996 22:41:25 +0000 (22:41 +0000)
committerewt <devnull@localhost>
Mon, 16 Sep 1996 22:41:25 +0000 (22:41 +0000)
CVS patchset: 1028
CVS date: 1996/09/16 22:41:25

rpm.c

diff --git a/rpm.c b/rpm.c
index c0487cc..707c952 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -208,6 +208,7 @@ void printHelp(void) {
     puts(_("    --initdb            - make sure a valid database exists"));
     puts(_("    --rebuilddb         - rebuild database from existing database"));
     puts(_("      --dbpath <dir>    - use <dir> as the directory for the database"));
+    puts(_("      --root <dir>     - use <dir> as the top level directory"));
 }
 
 int build(char *arg, int buildAmount, char *passPhrase,