--rebuilddb supports --root, say so in --help

CVS patchset: 1028
CVS date: 1996/09/16 22:41:25
This commit is contained in:
ewt 1996-09-16 22:41:25 +00:00
parent 7760d03320
commit 3c1ab2d340
1 changed files with 1 additions and 0 deletions

1
rpm.c
View File

@ -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,