summaryrefslogtreecommitdiff
path: root/rpmqv.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpmqv.c')
-rwxr-xr-xrpmqv.c8
1 files changed, 8 insertions, 0 deletions
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