From b7b1db5c81eb67e51851efc5bc2d1fb2a0cb7d04 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 --- 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 427e959142..c277f08210 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.20.1