koha-cvs
[Top][All Lists]
Advanced

[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:25:12 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 06/05/25 21:25:12

Modified files:
        export         : export.pl 

Log message:
        fixing 'file' option

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/export/export.pl.diff?only_with_tag=rel_2_2&tr1=1.1.2.3&tr2=1.1.2.4&r1=text&r2=text

Patches:
Index: koha/export/export.pl
diff -u koha/export/export.pl:1.1.2.3 koha/export/export.pl:1.1.2.4
--- koha/export/export.pl:1.1.2.3       Thu May 25 21:23:39 2006
+++ koha/export/export.pl       Thu May 25 21:25:12 2006
@@ -65,7 +65,7 @@
        'encoding:s'            => \$encoding,
        ignoreerrors            => \$ignoreerrors,
        assumeunicode           => \$assumeunicode,
-       'outfile:s'             => \$outfile,
+       'file:s'                => \$outfile,
        h                                       => \$help,
 );
 if ($help) {die $USAGE};




reply via email to

[Prev in Thread] Current Thread [Next in Thread]