[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/export export.pl [rel_2_2]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/export export.pl [rel_2_2] |
Date: |
Thu, 25 May 2006 21:23:39 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <address@hidden> 06/05/25 21:23:39
Modified files:
export : export.pl
Log message:
reformatting
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/export/export.pl.diff?only_with_tag=rel_2_2&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text
Patches:
Index: koha/export/export.pl
diff -u koha/export/export.pl:1.1.2.2 koha/export/export.pl:1.1.2.3
--- koha/export/export.pl:1.1.2.2 Tue May 23 18:22:58 2006
+++ koha/export/export.pl Thu May 25 21:23:39 2006
@@ -44,12 +44,12 @@
Exports bibliographic data from Koha to an ISO2709 or MARCXML file.
OPTIONS:
- -format <format> MARC, MARCXML [MARC]
- -e <encoding> MARC-8 or UTF-8 [UTF-8]
- -ignoreerrors Ignore encoding errors
- -assumeunicode Assume Unicode when unsure of encoding
- -file <filename> Filename to store dump [koha.mrc]
- -h This file
+ --format <format> MARC, MARCXML [MARC]
+ --encoding <encoding> MARC-8 or UTF-8 [UTF-8]
+ --ignoreerrors Ignore encoding errors
+ --assumeunicode Assume Unicode when unsure of encoding
+ --file <filename> Filename to store dump [koha.mrc]
+ --h This file
EXAMPLES:
\$ ./export.pl --format=MARCXML --encoding=UTF-8 -file=2005-05-23-koha.mrc
--ignoreerrors