summaryrefslogtreecommitdiff
path: root/rpm.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-12-15 18:19:47 +0000
committerjbj <devnull@localhost>1999-12-15 18:19:47 +0000
commit3da0771698b46ca6f83e29acaa4ea698586fc6a1 (patch)
tree9ca9a9ba23008e1c905561f018b2dc9274b9e711 /rpm.c
parentd6cb9b8fda11e0e7a24b1010fc5b0b164ee40bfd (diff)
downloadlibrpm-tizen-3da0771698b46ca6f83e29acaa4ea698586fc6a1.tar.gz
librpm-tizen-3da0771698b46ca6f83e29acaa4ea698586fc6a1.tar.bz2
librpm-tizen-3da0771698b46ca6f83e29acaa4ea698586fc6a1.zip
Correct --tarball option (long name should have been --tarbuild).
CVS patchset: 3485 CVS date: 1999/12/15 18:19:47
Diffstat (limited to 'rpm.c')
-rwxr-xr-xrpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm.c b/rpm.c
index 0c4af640d..4c97cdd36 100755
--- a/rpm.c
+++ b/rpm.c
@@ -167,7 +167,7 @@ static struct poptOption optionsTable[] = {
{ "rpmiodebug", '\0', POPT_ARG_VAL, &_rpmio_debug, -1, NULL, NULL},
{ "showrc", '\0', 0, &showrc, GETOPT_SHOWRC, NULL, NULL},
{ "sign", '\0', 0, &signIt, 0, NULL, NULL},
- { "tarball", 't', POPT_ARG_STRING, 0, 't', NULL, NULL},
+ { "tarbuild", 't', POPT_ARG_STRING, 0, 't', NULL, NULL},
{ "test", '\0', 0, &test, 0, NULL, NULL},
{ "timecheck", '\0', POPT_ARG_STRING, 0, GETOPT_TIMECHECK, NULL, NULL},
{ "upgrade", 'U', 0, 0, 'U', NULL, NULL},