diff options
Diffstat (limited to 'rpmqv.c')
-rwxr-xr-x | rpmqv.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |