diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-03-19 16:30:55 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-03-19 16:55:49 +0200 |
commit | 97b6c385898342958624c17c441c65d474cb7fcd (patch) | |
tree | 5d7d327b94ccc8329893339425dee3e87d79e1b4 /lib/poptQV.c | |
parent | 89b3b386123ae81b31a07400b02eae2e779985cf (diff) | |
download | librpm-tizen-97b6c385898342958624c17c441c65d474cb7fcd.tar.gz librpm-tizen-97b6c385898342958624c17c441c65d474cb7fcd.tar.bz2 librpm-tizen-97b6c385898342958624c17c441c65d474cb7fcd.zip |
One helluva complicated way to pass our own arg back to us
Diffstat (limited to 'lib/poptQV.c')
-rw-r--r-- | lib/poptQV.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/poptQV.c b/lib/poptQV.c index a3d4b4dd1..9fa3b13a6 100644 --- a/lib/poptQV.c +++ b/lib/poptQV.c @@ -122,9 +122,6 @@ struct poptOption rpmQVSourcePoptTable[] = { N_("do not glob arguments"), NULL}, { "nomanifest", '\0', POPT_BIT_SET, &giFlags, RPMGI_NOMANIFEST, N_("do not process non-package files as manifests"), NULL}, - { "noheader", '\0', POPT_BIT_SET|POPT_ARGFLAG_DOC_HIDDEN, &giFlags, RPMGI_NOHEADER, - N_("do not read headers"), NULL}, - POPT_TABLEEND }; |