From baa70f34b76be8b643a27ffd8ce684391e08deb5 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 8 Jun 2004 09:53:30 +0000 Subject: [PATCH] Update doc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1390 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ReleaseNotes | 1 + bacula/src/tools/dbcheck.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 56fd014a31..48522ab9d4 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -44,6 +44,7 @@ Other items: - Added user supplied code to read the Directors's conf file in dbcheck so that remote databases could be contacted as well as the working directory and other catalog parameters obtained. +- Fixed changing a Volume from one Pool to another in "update volumes". diff --git a/bacula/src/tools/dbcheck.c b/bacula/src/tools/dbcheck.c index 875072ab09..608284a87d 100644 --- a/bacula/src/tools/dbcheck.c +++ b/bacula/src/tools/dbcheck.c @@ -83,10 +83,10 @@ static int yes_no(char *prompt); static void usage() { fprintf(stderr, -"Usage: dbcheck [-c config] [-C catalogname] [-d debug_level] []\n" +"Usage: dbcheck [-c config] [-C catalog name] [-d debug_level] []\n" " -b batch mode\n" -" -C catalogname in the director configfile\n" -" -c director configfilename\n" +" -C catalog name in the director conf file\n" +" -c director conf filename\n" " -dnn set debug level to nn\n" " -f fix inconsistencies\n" " -v verbose\n" -- 2.39.5