From 98e47d3a3c659b1e271db7fe2bb7a0169a8fd1f0 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 13 Jan 2014 20:54:37 +0000 Subject: [PATCH] Bug 11509: (follow-up) fix a couple typos Signed-off-by: Galen Charlton (cherry picked from commit b7b1db5c81eb67e51851efc5bc2d1fb2a0cb7d04) Signed-off-by: Fridolin Somers --- debian/scripts/koha-create | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create index 57b818f2c7..bbbb80b8ae 100755 --- a/debian/scripts/koha-create +++ b/debian/scripts/koha-create @@ -28,7 +28,7 @@ Creates new Koha instances. Usage: - $scriptname [db usage mode] [options] instancename + $scriptname [DB usage mode] [options] instancename DB usage mode: --create-db Create a new database on localhost. (default). @@ -36,7 +36,7 @@ DB usage mode: you adjust your DB settings and re-run with --populate-db. --populate-db Finish the installation you started with --request-db after you adjusted the instancename-db-request.txt file. - --use-db Use this option if you already created and populated you DB. + --use-db Use this option if you already created and populated your DB. Options: --marcflavor flavor Set the MARC flavor. Valid values are marc21 (default), -- 2.39.5