]> git.sur5r.net Git - bacula/bacula/commitdiff
Update doc
authorKern Sibbald <kern@sibbald.com>
Tue, 8 Jun 2004 09:53:30 +0000 (09:53 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 8 Jun 2004 09:53:30 +0000 (09:53 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1390 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ReleaseNotes
bacula/src/tools/dbcheck.c

index 56fd014a3180d1eb03e60f12c0812caba5bbe87e..48522ab9d4b03be57bac0effdf4a85666a52138d 100644 (file)
@@ -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".
 
 
 
index 875072ab09207d8e1fb53d3882fcb29aeef7c4eb..608284a87dd7181913c9a6205b74d1a551d5101d 100644 (file)
@@ -83,10 +83,10 @@ static int yes_no(char *prompt);
 static void usage()
 {
    fprintf(stderr,
-"Usage: dbcheck [-c config] [-C catalogname] [-d debug_level] <working-directory> <bacula-database> <user> <password> [<dbhost>]\n"
+"Usage: dbcheck [-c config] [-C catalog name] [-d debug_level] <working-directory> <bacula-database> <user> <password> [<dbhost>]\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"