Correct --tarball option (long name should have been --tarbuild).

CVS patchset: 3485
CVS date: 1999/12/15 18:19:47
This commit is contained in:
jbj 1999-12-15 18:19:47 +00:00
parent d6cb9b8fda
commit 3da0771698
1 changed files with 1 additions and 1 deletions

2
rpm.c
View File

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