http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6540
--- Comment #5 from Magnus Enger <[email protected]> 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
