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:
d302f50
)
made -R work as a shortcut for --requires
author
ewt
<devnull@localhost>
Sun, 14 Jul 1996 16:14:24 +0000
(16:14 +0000)
committer
ewt
<devnull@localhost>
Sun, 14 Jul 1996 16:14:24 +0000
(16:14 +0000)
CVS patchset: 819
CVS date: 1996/07/14 16:14:24
rpm.c
patch
|
blob
|
history
diff --git
a/rpm.c
b/rpm.c
index
36aa53f
..
aa7c492
100755
(executable)
--- a/
rpm.c
+++ b/
rpm.c
@@
-371,7
+371,7
@@
int main(int argc, char ** argv) {
while (1) {
long_index = 0;
- arg = getopt_long(argc, argv, "QqVyUYhpvKPfFilseagGDducr:b:", options,
+ arg = getopt_long(argc, argv, "
R
QqVyUYhpvKPfFilseagGDducr:b:", options,
&long_index);
if (arg == -1) break;