koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/misc/translator tmpl_process.pl,1.7,1.8


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/misc/translator tmpl_process.pl,1.7,1.8
Date: Tue, 10 Feb 2004 01:40:23 -0800

Update of /cvsroot/koha/koha/misc/translator
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32380

Modified Files:
        tmpl_process.pl 
Log Message:
Minor correction in help text
This handling for --help works too, and is less wordy


Index: tmpl_process.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/translator/tmpl_process.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** tmpl_process.pl     10 Feb 2004 09:36:44 -0000      1.7
--- tmpl_process.pl     10 Feb 2004 09:40:21 -0000      1.8
***************
*** 19,27 ****
        'exclude=s' => address@hidden,
        'sep=s' => \$split_char,
!       'help'  => \$help,
  ) || (usage(), exit(-1));
  
- help() if $help;
- 
  # utiliser glob() pour tous les fichiers d'un repertoire
  
--- 19,25 ----
        'exclude=s' => address@hidden,
        'sep=s' => \$split_char,
!       'help'  => sub { help() },
  ) || (usage(), exit(-1));
  
  # utiliser glob() pour tous les fichiers d'un repertoire
  
***************
*** 428,432 ****
       input files.
  
!   -r or --recursive=
       Use the recursive mode to process every entry in subdirectories.
       Note: Symbolic links used to link directories are not supported.
--- 426,430 ----
       input files.
  
!   -r or --recursive
       Use the recursive mode to process every entry in subdirectories.
       Note: Symbolic links used to link directories are not supported.




reply via email to

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