projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7760d03
)
--rebuilddb supports --root, say so in --help
author
ewt
<devnull@localhost>
Mon, 16 Sep 1996 22:41:25 +0000
(22:41 +0000)
committer
ewt
<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
patch
|
blob
|
history
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,