summaryrefslogtreecommitdiff
path: root/lib/poptQV.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-03-19 16:30:55 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-03-19 16:55:49 +0200
commit97b6c385898342958624c17c441c65d474cb7fcd (patch)
tree5d7d327b94ccc8329893339425dee3e87d79e1b4 /lib/poptQV.c
parent89b3b386123ae81b31a07400b02eae2e779985cf (diff)
downloadlibrpm-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.c3
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
};