aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmtool.c')
-rw-r--r--src/gdbmtool.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gdbmtool.c b/src/gdbmtool.c
index 5ae668c..454465e 100644
--- a/src/gdbmtool.c
+++ b/src/gdbmtool.c
@@ -593,2 +593,6 @@ recover_handler (struct handler_param *param)
}
+ else if (strcmp (arg, "force") == 0)
+ {
+ flags |= GDBM_RCVR_FORCE;
+ }
else if (strcmp (arg, "summary") == 0)
@@ -599,3 +603,2 @@ recover_handler (struct handler_param *param)
{
- rcvr.errfun = err_printer;
flags |= GDBM_RCVR_BACKUP;
@@ -1265,2 +1268,3 @@ struct command command_tab[] = {
{ "[backup]", GDBM_ARG_STRING },
+ { "[force]", GDBM_ARG_STRING },
{ "[max-failed-keys=N]", GDBM_ARG_STRING },

Return to:

Send suggestions and report system problems to the System administrator.