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

Ambrose Li acli at users.sourceforge.net
Tue Feb 10 10:40:23 CET 2004


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' => \@excludes,
  	'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' => \@excludes,
  	'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.





More information about the Koha-cvs mailing list