[Koha-bugs] [Bug 6540] Make ZEBRA_MARC_FORMAT and ZEBRA_LANGUAGE configurable for koha-create

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 18 15:52:02 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6540

--- Comment #5 from Magnus Enger <magnus at enger.priv.no> 2011-07-18 13:52:02 UTC ---
Created attachment 4660
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4660
Followup - apply on top of the first one

Ah, at first glance I got the impression that getopt only supported one
character options... 

Apply this second patch on top of the first one, and koha-create should be able
to interpret the --marcflavor and --zebralang options. I have also added short
options: 

-c --create-db
-r --request-db
-p --populate-db
-m --marcflavor
-l --zebralang

Usage: koha-create [--create-db|--request-db|--populate-db] [--marcflavor
marc21|normarc|unimarc] [--zebralang en|fr|nb] instancename

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list