From 599094e258fc69d76ef9291355850a10508acb3a Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 5 Jan 2011 15:22:00 +0200 Subject: Hide --verifydb switch again - It got exposed in the rpmdb tool splitup, but the functionality in it's current form is still just as dubious as it always was, hide it out of sight again. --- rpmdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpmdb.c b/rpmdb.c index a84862d77..cc4a7aa73 100644 --- a/rpmdb.c +++ b/rpmdb.c @@ -23,8 +23,8 @@ static struct poptOption dbOptsTable[] = { { "rebuilddb", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR), &mode, MODE_REBUILDDB, N_("rebuild database inverted lists from installed package headers"), NULL}, - { "verifydb", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR), &mode, MODE_VERIFYDB, - N_("verify database files"), NULL}, + { "verifydb", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR|POPT_ARGFLAG_DOC_HIDDEN), + &mode, MODE_VERIFYDB, N_("verify database files"), NULL}, POPT_TABLEEND }; -- cgit v1.2.3