added --qf as an alias to --queryformat, but didn't document it as it
authorewt <devnull@localhost>
Sun, 1 Sep 1996 16:54:16 +0000 (16:54 +0000)
committerewt <devnull@localhost>
Sun, 1 Sep 1996 16:54:16 +0000 (16:54 +0000)
is easily confused with "-qf"

CVS patchset: 1012
CVS date: 1996/09/01 16:54:16

rpm.c

diff --git a/rpm.c b/rpm.c
index d089e89..004456e 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -326,6 +326,7 @@ int main(int argc, char ** argv) {
            { "percent", 0, &showPercents, 0 },
            { "prefix", 1, 0, GETOPT_PREFIX },
            { "provides", 0, 0, GETOPT_PROVIDES },
+           { "qf", 1, 0, GETOPT_QUERYFORMAT },
            { "query", 0, 0, 'q' },
            { "querybynumber", 0, 0, GETOPT_QUERYBYNUMBER },
            { "queryformat", 1, 0, GETOPT_QUERYFORMAT },