From 73d9539118e06bbc7342c0ad5c622b4002f4e0a5 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 14 Aug 2015 08:08:25 +0200 Subject: [PATCH] Tweak correct some minor typos --- bacula/src/cats/update_mysql_tables.in | 4 ++-- bacula/src/cats/update_postgresql_tables.in | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bacula/src/cats/update_mysql_tables.in b/bacula/src/cats/update_mysql_tables.in index f2862fe234..4ae0513679 100644 --- a/bacula/src/cats/update_mysql_tables.in +++ b/bacula/src/cats/update_mysql_tables.in @@ -9,8 +9,8 @@ echo " " echo "This script will update a Bacula MySQL database from version 12-14 to 15" echo " " -echo "Depending on the current version of your catalog, you may have to run this script" -echo " multiple times" +echo "Depending on the current version of your catalog," +echo "you may have to run this script multiple times." echo " " bindir=@MYSQL_BINDIR@ diff --git a/bacula/src/cats/update_postgresql_tables.in b/bacula/src/cats/update_postgresql_tables.in index 6681046ccc..c3db92af58 100644 --- a/bacula/src/cats/update_postgresql_tables.in +++ b/bacula/src/cats/update_postgresql_tables.in @@ -3,14 +3,14 @@ # Copyright (C) 2000-2015 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # -# Shell script to update MySQL tables from Bacula Community version +# Shell script to update PostgreSQL tables from Bacula Community version # 5.0.x, 5.2.x, 7.0.x # echo " " -echo "This script will update a Bacula MySQL database from version 12-14 to 15" +echo "This script will update a Bacula PostgreSQL database from version 12-14 to 15" echo " " -echo "Depending on the current version of your catalog, you may have to run this script" -echo " multiple times" +echo "Depending on the current version of your catalog," +echo "you may have to run this script multiple times." echo " " bindir=@POSTGRESQL_BINDIR@ -- 2.39.5