From 0f86e55aa4305dedfec636fb71bf3fce6bc23da0 Mon Sep 17 00:00:00 2001 From: jbj Date: Mon, 25 Oct 2004 15:26:51 +0000 Subject: Wire ftsOpts globally. CVS patchset: 7510 CVS date: 2004/10/25 15:26:51 --- rpmqv.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'rpmqv.c') diff --git a/rpmqv.c b/rpmqv.c index 7c5f457bb..563417976 100755 --- a/rpmqv.c +++ b/rpmqv.c @@ -74,6 +74,14 @@ static struct poptOption optionsTable[] = { { NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmVerifyPoptTable, 0, N_("Verify options (with -V or --verify):"), NULL }, +#ifdef NOTYET + { NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmcliQVSourcePoptTable, 0, + N_("Source options (with --query or --verify):"), + NULL }, +#endif + { NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmcliFtsPoptTable, 0, + N_("File tree walk options (with --ftswalk):"), + NULL }, #endif /* IAM_RPMQV */ #ifdef IAM_RPMK -- cgit v1.2.3