From 3c1ab2d3401fb9ca22426f2e79d2cf7f1d4b81d4 Mon Sep 17 00:00:00 2001 From: ewt Date: Mon, 16 Sep 1996 22:41:25 +0000 Subject: [PATCH] --rebuilddb supports --root, say so in --help CVS patchset: 1028 CVS date: 1996/09/16 22:41:25 --- rpm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm.c b/rpm.c index c0487cc2d..707c95265 100755 --- 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 - use as the directory for the database")); + puts(_(" --root - use as the top level directory")); } int build(char *arg, int buildAmount, char *passPhrase,