From: Michal Rakowski Date: Wed, 30 Dec 2020 10:37:19 +0000 (+0100) Subject: Fix #7207 About 'dbcheck -n' not working properly X-Git-Tag: Release-11.3.2~938 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32b3298dac290ba3d82840ee3561f2e727ff2156;p=thirdparty%2Fbacula.git Fix #7207 About 'dbcheck -n' not working properly --- diff --git a/bacula/src/tools/dbcheck.c b/bacula/src/tools/dbcheck.c index 254034229..9d0fb5523 100755 --- a/bacula/src/tools/dbcheck.c +++ b/bacula/src/tools/dbcheck.c @@ -100,7 +100,7 @@ PROG_COPYRIGHT " -c Director conf filename\n" " -B print catalog configuration and exit\n" " -d set debug level to \n" -" -n maximum number of changes\n" +" -n custom number of records selected at a time for large pruning operations done in a loop (orphan paths/files, ...)\n" " -dt print a timestamp in debug output\n" " -f fix inconsistencies\n" " -v verbose\n"