diff options
author | jbj <devnull@localhost> | 1999-12-15 18:19:47 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-12-15 18:19:47 +0000 |
commit | 3da0771698b46ca6f83e29acaa4ea698586fc6a1 (patch) | |
tree | 9ca9a9ba23008e1c905561f018b2dc9274b9e711 /rpm.c | |
parent | d6cb9b8fda11e0e7a24b1010fc5b0b164ee40bfd (diff) | |
download | librpm-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-x | rpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}, |